Html Css Color HEX #099178 Observatory

📋 copy color: '#099178'

red 9 ◦ green 145 ◦ blue 120

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

Shades of Observatory #099178

Tints of Observatory #099178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.92%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 3.28%
G = 52.92%
B = 43.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#099178 (or 0x099178) is known color: Observatory. HEX triplet: 09, 91 and 78. RGB value is (9,145,120). Sum of RGB (Red+Green+Blue) = 9+145+120=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #099178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099178 is #F66E87. Grayscale: #656565. Windows color (decimal): -16150152 or 7901449. OLE color: 7901449.

HSL color Cylindrical-coordinate representation of color #099178: hue angle of 168.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099178 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 120 -
CMYK 0.94 0 0.17 0.43
HSL 168.97º 0.88% 0.3% -
HSV(B) 168.97º 0.94% 0.57% -
XYZ 13.63 21.66 21.23 -
YUV 101.49 138.44 62.03 -
System Red Green Blue C M Y K H S L
Decimal 9 145 120 0.94 0 0.17 0.43 168.97 0.88 0.3
Hex 9 91 78 5E 0 11 2B A9 58 1E
Octal 11 221 170 136 0 21 53 251 130 36
Binary 1001 10010001 1111000 1011110 0 10001 101011 10101001 1011000 11110

Color Harmonies of #099178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099178

Black with #099178

Text Example


Text Example

White with #099178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099178; }

 p { color: rgb(9,145,120); }

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

background-color css

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

 a { background-color: rgb(9,145,120); }

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

border-color css

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

 span { border-color: rgb(9,145,120); }

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