Html Css Color HEX #008971 Observatory

📋 copy color: '#008971'

red 0 ◦ green 137 ◦ blue 113

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

Shades of Observatory #008971

Tints of Observatory #008971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 0%
G = 54.8%
B = 45.2%

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

#008971 (or 0x008971) is known color: Observatory. HEX triplet: 00, 89 and 71. RGB value is (0,137,113). Sum of RGB (Red+Green+Blue) = 0+137+113=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #008971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008971 is #FF768E. Grayscale: #5D5D5D. Windows color (decimal): -16742031 or 7440640. OLE color: 7440640.

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

Color convert

RGB 0 137 113 -
CMYK 1 0 0.18 0.46
HSL 169.49º 1% 0.27% -
HSV(B) 169.49º 1% 0.54% -
XYZ 11.93 19.08 18.68 -
YUV 93.3 139.11 61.45 -
System Red Green Blue C M Y K H S L
Decimal 0 137 113 1 0 0.18 0.46 169.49 1 0.27
Hex 0 89 71 64 0 12 2E A9 64 1B
Octal 0 211 161 144 0 22 56 251 144 33
Binary 0 10001001 1110001 1100100 0 10010 101110 10101001 1100100 11011

Color Harmonies of #008971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008971

Black with #008971

Text Example


Text Example

White with #008971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008971; }

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

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

background-color css

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

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

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

border-color css

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

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

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