#098e7c

Color #098E7C Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #098E7C

Tints of Observatory #098E7C

Color information

#098E7C (or 0x098E7C) is unknown color: approx Observatory. HEX triplet: 09, 8E and 7C. RGB value is (9,142,124). Sum of RGB (Red+Green+Blue) = 9+142+124=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #098E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098E7C is #F67183. Grayscale: #646464. Windows color (decimal): -16150916 or 8162825. OLE color: 8162825.

HSL color Cylindrical-coordinate representation of color #098E7C: hue angle of 171.88º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098E7C is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB9142124-
CMYK0.9400.130.44
HSL171.88º88.08%29.61%-
HSV(B)171.88º93.66%55.69%-
XYZ13.4220.8622.39-
YUV100.18141.4462.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=3.27%
G=51.64%
B=45.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91421240.9400.130.44171.8888.0829.61
Hex98E7C5E0D2Cac581e
Octal112161741360155425413036
Binary100110001110111110010111100110110110010101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098e7c; }

 p { color: rgb(9,142,124); }

 H1.HeaderClassName
 {
   color: #098e7c;
 }
 .AnyTagClassName
 {
   color: #098e7c;
 }
</style>
background-color css

<style>
 a { background-color: #098e7c; }

 a { background-color: rgb(9,142,124); }

 div.DivClassName
 {
   background-color: #098e7c;
 }
 .BgClassName
 {
   background-color: #098e7c;
 }
</style>
border-color css

<style>
 span { border-color: #098e7c; }

 span { border-color: rgb(9,142,124); }

 td.TdClassName
 {
   border-color: #098e7c;
 }
 .TagClassName
 {
   border-color: #098e7c;
 }
</style>