Shades of Observatory #09866D
Tints of Observatory #09866D
RGB
CMYK
RGB Variations
Color information
#09866D (or 0x09866D) is known color: Observatory. HEX triplet: 09, 86 and 6D. RGB value is (9,134,109). Sum of RGB (Red+Green+Blue) = 9+134+109=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #09866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09866D is #F67992. Grayscale: #5D5D5D. Windows color (decimal): -16152979 or 7177737. OLE color: 7177737.
HSL color Cylindrical-coordinate representation of color #09866D: hue angle of 168º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09866D is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 109 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.47 |
| HSL | 168º | 0.87% | 0.28% | - |
| HSV(B) | 168º | 0.93% | 0.53% | - |
| XYZ | 11.4 | 18.21 | 17.38 | - |
| YUV | 93.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 109 | 0.93 | 0 | 0.19 | 0.47 | 168 | 0.87 | 0.28 |
| Hex | 9 | 86 | 6D | 5D | 0 | 13 | 2F | A8 | 57 | 1C |
| Octal | 11 | 206 | 155 | 135 | 0 | 23 | 57 | 250 | 127 | 34 |
| Binary | 1001 | 10000110 | 1101101 | 1011101 | 0 | 10011 | 101111 | 10101000 | 1010111 | 11100 |
Color Harmonies of #09866D
Complementary color
Monochromatic Colors of #09866D
Black with #09866D
Text Example
Text Example
White with #09866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09866D; }
p { color: rgb(9,134,109); }
H1.HeaderClassName
{
color: #09866D;
}
.AnyTagClassName
{
color: #09866D;
}
</style>
background-color css
<style>
a { background-color: #09866D; }
a { background-color: rgb(9,134,109); }
div.DivClassName
{
background-color: #09866D;
}
.BgClassName
{
background-color: #09866D;
}
</style>
border-color css
<style>
span { border-color: #09866D; }
span { border-color: rgb(9,134,109); }
td.TdClassName
{
border-color: #09866D;
}
.TagClassName
{
border-color: #09866D;
}
</style>