Html Css Color HEX #099379 Observatory

📋 copy color: '#099379'

red 9 ◦ green 147 ◦ blue 121

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

Shades of Observatory #099379

Tints of Observatory #099379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 3.25%
G = 53.07%
B = 43.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#099379 (or 0x099379) is known color: Observatory. HEX triplet: 09, 93 and 79. RGB value is (9,147,121). Sum of RGB (Red+Green+Blue) = 9+147+121=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #099379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099379 is #F66C86. Grayscale: #666666. Windows color (decimal): -16149639 or 7967497. OLE color: 7967497.

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

Color convert

RGB 9 147 121 -
CMYK 0.94 0 0.18 0.42
HSL 168.7º 0.88% 0.31% -
HSV(B) 168.7º 0.94% 0.58% -
XYZ 14 22.31 21.66 -
YUV 102.77 138.28 61.11 -
System Red Green Blue C M Y K H S L
Decimal 9 147 121 0.94 0 0.18 0.42 168.7 0.88 0.31
Hex 9 93 79 5E 0 12 2A A9 58 1F
Octal 11 223 171 136 0 22 52 251 130 37
Binary 1001 10010011 1111001 1011110 0 10010 101010 10101001 1011000 11111

Color Harmonies of #099379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099379

Black with #099379

Text Example


Text Example

White with #099379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099379; }

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

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

background-color css

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

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

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

border-color css

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

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

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