Html Css Color HEX #008973 Observatory

📋 copy color: '#008973'

red 0 ◦ green 137 ◦ blue 115

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

Shades of Observatory #008973

Tints of Observatory #008973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 0%
G = 54.37%
B = 45.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#008973 (or 0x008973) is known color: Observatory. HEX triplet: 00, 89 and 73. RGB value is (0,137,115). Sum of RGB (Red+Green+Blue) = 0+137+115=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #008973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008973 is #FF768C. Grayscale: #5D5D5D. Windows color (decimal): -16742029 or 7571712. OLE color: 7571712.

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

Color convert

RGB 0 137 115 -
CMYK 1 0 0.16 0.46
HSL 170.37º 1% 0.27% -
HSV(B) 170.37º 1% 0.54% -
XYZ 12.04 19.13 19.28 -
YUV 93.53 140.11 61.29 -
System Red Green Blue C M Y K H S L
Decimal 0 137 115 1 0 0.16 0.46 170.37 1 0.27
Hex 0 89 73 64 0 10 2E AA 64 1B
Octal 0 211 163 144 0 20 56 252 144 33
Binary 0 10001001 1110011 1100100 0 10000 101110 10101010 1100100 11011

Color Harmonies of #008973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008973

Black with #008973

Text Example


Text Example

White with #008973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008973; }

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

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

background-color css

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

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

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

border-color css

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

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

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