Html Css Color HEX #089376 Observatory

📋 copy color: '#089376'

red 8 ◦ green 147 ◦ blue 118

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

Shades of Observatory #089376

Tints of Observatory #089376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.85%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 2.93%
G = 53.85%
B = 43.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#089376 (or 0x089376) is known color: Observatory. HEX triplet: 08, 93 and 76. RGB value is (8,147,118). Sum of RGB (Red+Green+Blue) = 8+147+118=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #089376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089376 is #F76C89. Grayscale: #666666. Windows color (decimal): -16215178 or 7770888. OLE color: 7770888.

HSL color Cylindrical-coordinate representation of color #089376: hue angle of 167.48º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089376 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 118 -
CMYK 0.95 0 0.20 0.42
HSL 167.48º 0.9% 0.3% -
HSV(B) 167.48º 0.95% 0.58% -
XYZ 13.8 22.23 20.7 -
YUV 102.13 136.95 60.86 -
System Red Green Blue C M Y K H S L
Decimal 8 147 118 0.95 0 0.20 0.42 167.48 0.9 0.3
Hex 8 93 76 5F 0 14 2A A7 5A 1E
Octal 10 223 166 137 0 24 52 247 132 36
Binary 1000 10010011 1110110 1011111 0 10100 101010 10100111 1011010 11110

Color Harmonies of #089376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089376

Black with #089376

Text Example


Text Example

White with #089376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089376; }

 p { color: rgb(8,147,118); }

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

background-color css

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

 a { background-color: rgb(8,147,118); }

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

border-color css

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

 span { border-color: rgb(8,147,118); }

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