Html Css Color HEX #008874 Observatory

📋 copy color: '#008874'

red 0 ◦ green 136 ◦ blue 116

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

Shades of Observatory #008874

Tints of Observatory #008874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 0%
G = 53.97%
B = 46.03%

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

#008874 (or 0x008874) is known color: Observatory. HEX triplet: 00, 88 and 74. RGB value is (0,136,116). Sum of RGB (Red+Green+Blue) = 0+136+116=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #008874 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008874 is #FF778B. Grayscale: #5D5D5D. Windows color (decimal): -16742284 or 7636992. OLE color: 7636992.

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

Color convert

RGB 0 136 116 -
CMYK 1 0 0.15 0.47
HSL 171.18º 1% 0.27% -
HSV(B) 171.18º 1% 0.53% -
XYZ 11.96 18.87 19.53 -
YUV 93.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 0 136 116 1 0 0.15 0.47 171.18 1 0.27
Hex 0 88 74 64 0 F 2F AB 64 1B
Octal 0 210 164 144 0 17 57 253 144 33
Binary 0 10001000 1110100 1100100 0 1111 101111 10101011 1100100 11011

Color Harmonies of #008874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008874

Black with #008874

Text Example


Text Example

White with #008874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008874; }

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

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

background-color css

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

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

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

border-color css

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

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

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