Html Css Color HEX #099372 Observatory

📋 copy color: '#099372'

red 9 ◦ green 147 ◦ blue 114

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

Shades of Observatory #099372

Tints of Observatory #099372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 3.33%
G = 54.44%
B = 42.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#099372 (or 0x099372) is known color: Observatory. HEX triplet: 09, 93 and 72. RGB value is (9,147,114). Sum of RGB (Red+Green+Blue) = 9+147+114=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #099372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099372 is #F66C8D. Grayscale: #656565. Windows color (decimal): -16149646 or 7508745. OLE color: 7508745.

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

Color convert

RGB 9 147 114 -
CMYK 0.94 0 0.22 0.42
HSL 165.65º 0.88% 0.31% -
HSV(B) 165.65º 0.94% 0.58% -
XYZ 13.58 22.14 19.48 -
YUV 101.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 9 147 114 0.94 0 0.22 0.42 165.65 0.88 0.31
Hex 9 93 72 5E 0 16 2A A6 58 1F
Octal 11 223 162 136 0 26 52 246 130 37
Binary 1001 10010011 1110010 1011110 0 10110 101010 10100110 1011000 11111

Color Harmonies of #099372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099372

Black with #099372

Text Example


Text Example

White with #099372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099372; }

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

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

background-color css

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

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

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

border-color css

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

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

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