Html Css Color HEX #099167 Observatory

📋 copy color: '#099167'

red 9 ◦ green 145 ◦ blue 103

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

Shades of Observatory #099167

Tints of Observatory #099167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 3.5%
G = 56.42%
B = 40.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#099167 (or 0x099167) is known color: Observatory. HEX triplet: 09, 91 and 67. RGB value is (9,145,103). Sum of RGB (Red+Green+Blue) = 9+145+103=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #099167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099167 is #F66E98. Grayscale: #636363. Windows color (decimal): -16150169 or 6787337. OLE color: 6787337.

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

Color convert

RGB 9 145 103 -
CMYK 0.94 0 0.29 0.43
HSL 161.47º 0.88% 0.3% -
HSV(B) 161.47º 0.94% 0.57% -
XYZ 12.69 21.29 16.27 -
YUV 99.55 129.94 63.42 -
System Red Green Blue C M Y K H S L
Decimal 9 145 103 0.94 0 0.29 0.43 161.47 0.88 0.3
Hex 9 91 67 5E 0 1D 2B A1 58 1E
Octal 11 221 147 136 0 35 53 241 130 36
Binary 1001 10010001 1100111 1011110 0 11101 101011 10100001 1011000 11110

Color Harmonies of #099167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099167

Black with #099167

Text Example


Text Example

White with #099167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099167; }

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

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

background-color css

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

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

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

border-color css

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

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

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