Html Css Color HEX #099376 Observatory

📋 copy color: '#099376'

red 9 ◦ green 147 ◦ blue 118

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

Shades of Observatory #099376

Tints of Observatory #099376

RGB

 RED value IS 9 (3.91% from 255) = 3.28%

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

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

R = 3.28%
G = 53.65%
B = 43.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#099376 (or 0x099376) is known color: Observatory. HEX triplet: 09, 93 and 76. RGB value is (9,147,118). Sum of RGB (Red+Green+Blue) = 9+147+118=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #099376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099376 is #F66C89. Grayscale: #666666. Windows color (decimal): -16149642 or 7770889. OLE color: 7770889.

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

Color convert

RGB 9 147 118 -
CMYK 0.94 0 0.20 0.42
HSL 167.39º 0.88% 0.31% -
HSV(B) 167.39º 0.94% 0.58% -
XYZ 13.82 22.23 20.7 -
YUV 102.43 136.78 61.36 -
System Red Green Blue C M Y K H S L
Decimal 9 147 118 0.94 0 0.20 0.42 167.39 0.88 0.31
Hex 9 93 76 5E 0 14 2A A7 58 1F
Octal 11 223 166 136 0 24 52 247 130 37
Binary 1001 10010011 1110110 1011110 0 10100 101010 10100111 1011000 11111

Color Harmonies of #099376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099376

Black with #099376

Text Example


Text Example

White with #099376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099376; }

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

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

background-color css

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

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

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

border-color css

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

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

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