Html Css Color HEX #008873 Observatory

📋 copy color: '#008873'

red 0 ◦ green 136 ◦ blue 115

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

Shades of Observatory #008873

Tints of Observatory #008873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 0%
G = 54.18%
B = 45.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#008873 (or 0x008873) is known color: Observatory. HEX triplet: 00, 88 and 73. RGB value is (0,136,115). Sum of RGB (Red+Green+Blue) = 0+136+115=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #008873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008873 is #FF778C. Grayscale: #5C5C5C. Windows color (decimal): -16742285 or 7571456. OLE color: 7571456.

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

Color convert

RGB 0 136 115 -
CMYK 1 0 0.15 0.47
HSL 170.74º 1% 0.27% -
HSV(B) 170.74º 1% 0.53% -
XYZ 11.9 18.85 19.23 -
YUV 92.94 140.44 61.71 -
System Red Green Blue C M Y K H S L
Decimal 0 136 115 1 0 0.15 0.47 170.74 1 0.27
Hex 0 88 73 64 0 F 2F AB 64 1B
Octal 0 210 163 144 0 17 57 253 144 33
Binary 0 10001000 1110011 1100100 0 1111 101111 10101011 1100100 11011

Color Harmonies of #008873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008873

Black with #008873

Text Example


Text Example

White with #008873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008873; }

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

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

background-color css

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

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

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

border-color css

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

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

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