Html Css Color HEX #099165 Observatory

📋 copy color: '#099165'

red 9 ◦ green 145 ◦ blue 101

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

Shades of Observatory #099165

Tints of Observatory #099165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 3.53%
G = 56.86%
B = 39.61%

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

#099165 (or 0x099165) is known color: Observatory. HEX triplet: 09, 91 and 65. RGB value is (9,145,101). Sum of RGB (Red+Green+Blue) = 9+145+101=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #099165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099165 is #F66E9A. Grayscale: #636363. Windows color (decimal): -16150171 or 6656265. OLE color: 6656265.

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

Color convert

RGB 9 145 101 -
CMYK 0.94 0 0.30 0.43
HSL 160.59º 0.88% 0.3% -
HSV(B) 160.59º 0.94% 0.57% -
XYZ 12.59 21.25 15.75 -
YUV 99.32 128.94 63.58 -
System Red Green Blue C M Y K H S L
Decimal 9 145 101 0.94 0 0.30 0.43 160.59 0.88 0.3
Hex 9 91 65 5E 0 1E 2B A1 58 1E
Octal 11 221 145 136 0 36 53 241 130 36
Binary 1001 10010001 1100101 1011110 0 11110 101011 10100001 1011000 11110

Color Harmonies of #099165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099165

Black with #099165

Text Example


Text Example

White with #099165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099165; }

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

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

background-color css

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

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

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

border-color css

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

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

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