Html Css Color HEX #099076 Observatory

📋 copy color: '#099076'

red 9 ◦ green 144 ◦ blue 118

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

Shades of Observatory #099076

Tints of Observatory #099076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 3.32%
G = 53.14%
B = 43.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#099076 (or 0x099076) is known color: Observatory. HEX triplet: 09, 90 and 76. RGB value is (9,144,118). Sum of RGB (Red+Green+Blue) = 9+144+118=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #099076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099076 is #F66F89. Grayscale: #646464. Windows color (decimal): -16150410 or 7770121. OLE color: 7770121.

HSL color Cylindrical-coordinate representation of color #099076: hue angle of 168.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099076 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 118 -
CMYK 0.94 0 0.18 0.44
HSL 168.44º 0.88% 0.3% -
HSV(B) 168.44º 0.94% 0.56% -
XYZ 13.36 21.31 20.55 -
YUV 100.67 137.77 62.61 -
System Red Green Blue C M Y K H S L
Decimal 9 144 118 0.94 0 0.18 0.44 168.44 0.88 0.3
Hex 9 90 76 5E 0 12 2C A8 58 1E
Octal 11 220 166 136 0 22 54 250 130 36
Binary 1001 10010000 1110110 1011110 0 10010 101100 10101000 1011000 11110

Color Harmonies of #099076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099076

Black with #099076

Text Example


Text Example

White with #099076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099076; }

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

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

background-color css

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

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

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

border-color css

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

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

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