Html Css Color HEX #008972 Observatory

📋 copy color: '#008972'

red 0 ◦ green 137 ◦ blue 114

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

Shades of Observatory #008972

Tints of Observatory #008972

RGB

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

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

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

R = 0%
G = 54.58%
B = 45.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#008972 (or 0x008972) is known color: Observatory. HEX triplet: 00, 89 and 72. RGB value is (0,137,114). Sum of RGB (Red+Green+Blue) = 0+137+114=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #008972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008972 is #FF768D. Grayscale: #5D5D5D. Windows color (decimal): -16742030 or 7506176. OLE color: 7506176.

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

Color convert

RGB 0 137 114 -
CMYK 1 0 0.17 0.46
HSL 169.93º 1% 0.27% -
HSV(B) 169.93º 1% 0.54% -
XYZ 11.98 19.11 18.98 -
YUV 93.42 139.61 61.37 -
System Red Green Blue C M Y K H S L
Decimal 0 137 114 1 0 0.17 0.46 169.93 1 0.27
Hex 0 89 72 64 0 11 2E AA 64 1B
Octal 0 211 162 144 0 21 56 252 144 33
Binary 0 10001001 1110010 1100100 0 10001 101110 10101010 1100100 11011

Color Harmonies of #008972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008972

Black with #008972

Text Example


Text Example

White with #008972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008972; }

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

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

background-color css

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

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

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

border-color css

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

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

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