Html Css Color HEX #008970 Observatory

📋 copy color: '#008970'

red 0 ◦ green 137 ◦ blue 112

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

Shades of Observatory #008970

Tints of Observatory #008970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 0%
G = 55.02%
B = 44.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#008970 (or 0x008970) is known color: Observatory. HEX triplet: 00, 89 and 70. RGB value is (0,137,112). Sum of RGB (Red+Green+Blue) = 0+137+112=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #008970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008970 is #FF768F. Grayscale: #5D5D5D. Windows color (decimal): -16742032 or 7375104. OLE color: 7375104.

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

Color convert

RGB 0 137 112 -
CMYK 1 0 0.18 0.46
HSL 169.05º 1% 0.27% -
HSV(B) 169.05º 1% 0.54% -
XYZ 11.87 19.06 18.38 -
YUV 93.19 138.61 61.53 -
System Red Green Blue C M Y K H S L
Decimal 0 137 112 1 0 0.18 0.46 169.05 1 0.27
Hex 0 89 70 64 0 12 2E A9 64 1B
Octal 0 211 160 144 0 22 56 251 144 33
Binary 0 10001001 1110000 1100100 0 10010 101110 10101001 1100100 11011

Color Harmonies of #008970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008970

Black with #008970

Text Example


Text Example

White with #008970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008970; }

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

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

background-color css

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

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

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

border-color css

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

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

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