Html Css Color HEX #008872 Observatory

📋 copy color: '#008872'

red 0 ◦ green 136 ◦ blue 114

#008872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #008872

Tints of Observatory #008872

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 54.4%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 0%
G = 54.4%
B = 45.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#008872 (or 0x008872) is known color: Observatory. HEX triplet: 00, 88 and 72. RGB value is (0,136,114). Sum of RGB (Red+Green+Blue) = 0+136+114=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #008872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008872 is #FF778D. Grayscale: #5C5C5C. Windows color (decimal): -16742286 or 7505920. OLE color: 7505920.

HSL color Cylindrical-coordinate representation of color #008872: hue angle of 170.29º 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 #008872 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 114 -
CMYK 1 0 0.16 0.47
HSL 170.29º 1% 0.27% -
HSV(B) 170.29º 1% 0.53% -
XYZ 11.84 18.82 18.93 -
YUV 92.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 0 136 114 1 0 0.16 0.47 170.29 1 0.27
Hex 0 88 72 64 0 10 2F AA 64 1B
Octal 0 210 162 144 0 20 57 252 144 33
Binary 0 10001000 1110010 1100100 0 10000 101111 10101010 1100100 11011

Color Harmonies of #008872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008872

Black with #008872

Text Example


Text Example

White with #008872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008872; }

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

 H1.HeaderClassName
 {
   color: #008872;
 }
 .AnyTagClassName
 {
   color: #008872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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