Html Css Color HEX #088973 Observatory

📋 copy color: '#088973'

red 8 ◦ green 137 ◦ blue 115

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

Shades of Observatory #088973

Tints of Observatory #088973

RGB

 RED value IS 8 (3.52% from 255) = 3.08%

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

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

R = 3.08%
G = 52.69%
B = 44.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#088973 (or 0x088973) is known color: Observatory. HEX triplet: 08, 89 and 73. RGB value is (8,137,115). Sum of RGB (Red+Green+Blue) = 8+137+115=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #088973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088973 is #F7768C. Grayscale: #5F5F5F. Windows color (decimal): -16217741 or 7571720. OLE color: 7571720.

HSL color Cylindrical-coordinate representation of color #088973: hue angle of 169.77º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088973 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 115 -
CMYK 0.94 0 0.16 0.46
HSL 169.77º 0.89% 0.28% -
HSV(B) 169.77º 0.94% 0.54% -
XYZ 12.14 19.18 19.28 -
YUV 95.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 8 137 115 0.94 0 0.16 0.46 169.77 0.89 0.28
Hex 8 89 73 5E 0 10 2E AA 59 1C
Octal 10 211 163 136 0 20 56 252 131 34
Binary 1000 10001001 1110011 1011110 0 10000 101110 10101010 1011001 11100

Color Harmonies of #088973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088973

Black with #088973

Text Example


Text Example

White with #088973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088973; }

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

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

background-color css

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

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

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

border-color css

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

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

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