#008E77

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

Shades of Observatory #008E77

Tints of Observatory #008E77

Color information

#008E77 (or 0x008E77) is unknown color: approx Observatory. HEX triplet: 00, 8E and 77. RGB value is (0,142,119). Sum of RGB (Red+Green+Blue) = 0+142+119=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #008E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E77 is #FF7188. Grayscale: #606060. Windows color (decimal): -16740745 or 7835136. OLE color: 7835136.

HSL color Cylindrical-coordinate representation of color #008E77: hue angle of 170.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E77 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB0142119-
CMYK100.160.44
HSL170.28º100%27.84%-
HSV(B)170.28º100%55.69%-
XYZ1320.6820.76-
YUV96.92140.4658.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 54.41%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=0%
G=54.41%
B=45.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0142119100.160.44170.2810027.84
Hex08E77640102Caa641c
Octal02161671440205425214434
Binary0100011101110111110010001000010110010101010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008E77; }

 p { color: rgb(0,142,119); }

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

<style>
 a { background-color: #008E77; }

 a { background-color: rgb(0,142,119); }

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

<style>
 span { border-color: #008E77; }

 span { border-color: rgb(0,142,119); }

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