Html Css Color HEX #099377 Observatory

📋 copy color: '#099377'

red 9 ◦ green 147 ◦ blue 119

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

Shades of Observatory #099377

Tints of Observatory #099377

RGB

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

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

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

R = 3.27%
G = 53.45%
B = 43.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#099377 (or 0x099377) is known color: Observatory. HEX triplet: 09, 93 and 77. RGB value is (9,147,119). Sum of RGB (Red+Green+Blue) = 9+147+119=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #099377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099377 is #F66C88. Grayscale: #666666. Windows color (decimal): -16149641 or 7836425. OLE color: 7836425.

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

Color convert

RGB 9 147 119 -
CMYK 0.94 0 0.19 0.42
HSL 167.83º 0.88% 0.31% -
HSV(B) 167.83º 0.94% 0.58% -
XYZ 13.88 22.26 21.02 -
YUV 102.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 9 147 119 0.94 0 0.19 0.42 167.83 0.88 0.31
Hex 9 93 77 5E 0 13 2A A8 58 1F
Octal 11 223 167 136 0 23 52 250 130 37
Binary 1001 10010011 1110111 1011110 0 10011 101010 10101000 1011000 11111

Color Harmonies of #099377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099377

Black with #099377

Text Example


Text Example

White with #099377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099377; }

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

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

background-color css

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

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

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

border-color css

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

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

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