Html Css Color HEX #099477 Observatory

📋 copy color: '#099477'

red 9 ◦ green 148 ◦ blue 119

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

Shades of Observatory #099477

Tints of Observatory #099477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 3.26%
G = 53.62%
B = 43.12%

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

#099477 (or 0x099477) is known color: Observatory. HEX triplet: 09, 94 and 77. RGB value is (9,148,119). Sum of RGB (Red+Green+Blue) = 9+148+119=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #099477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099477 is #F66B88. Grayscale: #676767. Windows color (decimal): -16149385 or 7836681. OLE color: 7836681.

HSL color Cylindrical-coordinate representation of color #099477: hue angle of 167.48º degrees, saturation: 0.89, 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 #099477 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 119 -
CMYK 0.94 0 0.20 0.42
HSL 167.48º 0.89% 0.31% -
HSV(B) 167.48º 0.94% 0.58% -
XYZ 14.03 22.57 21.07 -
YUV 103.13 136.95 60.86 -
System Red Green Blue C M Y K H S L
Decimal 9 148 119 0.94 0 0.20 0.42 167.48 0.89 0.31
Hex 9 94 77 5E 0 14 2A A7 59 1F
Octal 11 224 167 136 0 24 52 247 131 37
Binary 1001 10010100 1110111 1011110 0 10100 101010 10100111 1011001 11111

Color Harmonies of #099477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099477

Black with #099477

Text Example


Text Example

White with #099477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099477; }

 p { color: rgb(9,148,119); }

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

background-color css

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

 a { background-color: rgb(9,148,119); }

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

border-color css

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

 span { border-color: rgb(9,148,119); }

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