#008870

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

Shades of Observatory #008870

Tints of Observatory #008870

Color information

#008870 (or 0x008870) is unknown color: approx Observatory. HEX triplet: 00, 88 and 70. RGB value is (0,136,112). Sum of RGB (Red+Green+Blue) = 0+136+112=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #008870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008870 is #FF778F. Grayscale: #5C5C5C. Windows color (decimal): -16742288 or 7374848. OLE color: 7374848.

HSL color Cylindrical-coordinate representation of color #008870: hue angle of 169.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008870 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB0136112-
CMYK100.180.47
HSL169.41º100%26.67%-
HSV(B)169.41º100%53.33%-
XYZ11.7318.7818.34-
YUV92.6138.9461.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 54.84%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=0%
G=54.84%
B=45.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0136112100.180.47169.4110026.67
Hex08870640122Fa9641b
Octal02101601440225725114433
Binary0100010001110000110010001001010111110101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008870; }

 p { color: rgb(0,136,112); }

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

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

 a { background-color: rgb(0,136,112); }

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

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

 span { border-color: rgb(0,136,112); }

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