Html Css Color HEX #008976 Observatory

📋 copy color: '#008976'

red 0 ◦ green 137 ◦ blue 118

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

Shades of Observatory #008976

Tints of Observatory #008976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.73%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 0%
G = 53.73%
B = 46.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#008976 (or 0x008976) is known color: Observatory. HEX triplet: 00, 89 and 76. RGB value is (0,137,118). Sum of RGB (Red+Green+Blue) = 0+137+118=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #008976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008976 is #FF7689. Grayscale: #5D5D5D. Windows color (decimal): -16742026 or 7768320. OLE color: 7768320.

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

Color convert

RGB 0 137 118 -
CMYK 1 0 0.14 0.46
HSL 171.68º 1% 0.27% -
HSV(B) 171.68º 1% 0.54% -
XYZ 12.22 19.2 20.2 -
YUV 93.87 141.61 61.04 -
System Red Green Blue C M Y K H S L
Decimal 0 137 118 1 0 0.14 0.46 171.68 1 0.27
Hex 0 89 76 64 0 E 2E AC 64 1B
Octal 0 211 166 144 0 16 56 254 144 33
Binary 0 10001001 1110110 1100100 0 1110 101110 10101100 1100100 11011

Color Harmonies of #008976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008976

Black with #008976

Text Example


Text Example

White with #008976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008976; }

 p { color: rgb(0,137,118); }

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

background-color css

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

 a { background-color: rgb(0,137,118); }

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

border-color css

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

 span { border-color: rgb(0,137,118); }

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