Html Css Color HEX #099170 Observatory

📋 copy color: '#099170'

red 9 ◦ green 145 ◦ blue 112

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

Shades of Observatory #099170

Tints of Observatory #099170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 3.38%
G = 54.51%
B = 42.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#099170 (or 0x099170) is known color: Observatory. HEX triplet: 09, 91 and 70. RGB value is (9,145,112). Sum of RGB (Red+Green+Blue) = 9+145+112=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #099170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099170 is #F66E8F. Grayscale: #646464. Windows color (decimal): -16150160 or 7377161. OLE color: 7377161.

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

Color convert

RGB 9 145 112 -
CMYK 0.94 0 0.23 0.43
HSL 165.44º 0.88% 0.3% -
HSV(B) 165.44º 0.94% 0.57% -
XYZ 13.16 21.48 18.78 -
YUV 100.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 9 145 112 0.94 0 0.23 0.43 165.44 0.88 0.3
Hex 9 91 70 5E 0 17 2B A5 58 1E
Octal 11 221 160 136 0 27 53 245 130 36
Binary 1001 10010001 1110000 1011110 0 10111 101011 10100101 1011000 11110

Color Harmonies of #099170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099170

Black with #099170

Text Example


Text Example

White with #099170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099170; }

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

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

background-color css

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

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

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

border-color css

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

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

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