Html Css Color HEX #099370 Observatory

📋 copy color: '#099370'

red 9 ◦ green 147 ◦ blue 112

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

Shades of Observatory #099370

Tints of Observatory #099370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 3.36%
G = 54.85%
B = 41.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#099370 (or 0x099370) is known color: Observatory. HEX triplet: 09, 93 and 70. RGB value is (9,147,112). Sum of RGB (Red+Green+Blue) = 9+147+112=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #099370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099370 is #F66C8F. Grayscale: #656565. Windows color (decimal): -16149648 or 7377673. OLE color: 7377673.

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

Color convert

RGB 9 147 112 -
CMYK 0.94 0 0.24 0.42
HSL 164.78º 0.88% 0.31% -
HSV(B) 164.78º 0.94% 0.58% -
XYZ 13.47 22.1 18.88 -
YUV 101.75 133.78 61.85 -
System Red Green Blue C M Y K H S L
Decimal 9 147 112 0.94 0 0.24 0.42 164.78 0.88 0.31
Hex 9 93 70 5E 0 18 2A A5 58 1F
Octal 11 223 160 136 0 30 52 245 130 37
Binary 1001 10010011 1110000 1011110 0 11000 101010 10100101 1011000 11111

Color Harmonies of #099370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099370

Black with #099370

Text Example


Text Example

White with #099370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099370; }

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

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

background-color css

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

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

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

border-color css

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

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

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