Html Css Color HEX #008871 Observatory

📋 copy color: '#008871'

red 0 ◦ green 136 ◦ blue 113

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

Shades of Observatory #008871

Tints of Observatory #008871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 0%
G = 54.62%
B = 45.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#008871 (or 0x008871) is known color: Observatory. HEX triplet: 00, 88 and 71. RGB value is (0,136,113). Sum of RGB (Red+Green+Blue) = 0+136+113=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #008871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008871 is #FF778E. Grayscale: #5C5C5C. Windows color (decimal): -16742287 or 7440384. OLE color: 7440384.

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

Color convert

RGB 0 136 113 -
CMYK 1 0 0.17 0.47
HSL 169.85º 1% 0.27% -
HSV(B) 169.85º 1% 0.53% -
XYZ 11.78 18.8 18.63 -
YUV 92.71 139.44 61.87 -
System Red Green Blue C M Y K H S L
Decimal 0 136 113 1 0 0.17 0.47 169.85 1 0.27
Hex 0 88 71 64 0 11 2F AA 64 1B
Octal 0 210 161 144 0 21 57 252 144 33
Binary 0 10001000 1110001 1100100 0 10001 101111 10101010 1100100 11011

Color Harmonies of #008871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008871

Black with #008871

Text Example


Text Example

White with #008871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008871; }

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

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

background-color css

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

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

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

border-color css

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

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

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