Html Css Color HEX #099166 Observatory

📋 copy color: '#099166'

red 9 ◦ green 145 ◦ blue 102

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

Shades of Observatory #099166

Tints of Observatory #099166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.84%

R = 3.52%
G = 56.64%
B = 39.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#099166 (or 0x099166) is known color: Observatory. HEX triplet: 09, 91 and 66. RGB value is (9,145,102). Sum of RGB (Red+Green+Blue) = 9+145+102=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #099166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099166 is #F66E99. Grayscale: #636363. Windows color (decimal): -16150170 or 6721801. OLE color: 6721801.

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

Color convert

RGB 9 145 102 -
CMYK 0.94 0 0.30 0.43
HSL 161.03º 0.88% 0.3% -
HSV(B) 161.03º 0.94% 0.57% -
XYZ 12.64 21.27 16.01 -
YUV 99.43 129.44 63.5 -
System Red Green Blue C M Y K H S L
Decimal 9 145 102 0.94 0 0.30 0.43 161.03 0.88 0.3
Hex 9 91 66 5E 0 1E 2B A1 58 1E
Octal 11 221 146 136 0 36 53 241 130 36
Binary 1001 10010001 1100110 1011110 0 11110 101011 10100001 1011000 11110

Color Harmonies of #099166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099166

Black with #099166

Text Example


Text Example

White with #099166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099166; }

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

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

background-color css

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

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

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

border-color css

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

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

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