Shades of Observatory #09866A
Tints of Observatory #09866A
RGB
CMYK
RGB Variations
Color information
#09866A (or 0x09866A) is known color: Observatory. HEX triplet: 09, 86 and 6A. RGB value is (9,134,106). Sum of RGB (Red+Green+Blue) = 9+134+106=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #09866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09866A is #F67995. Grayscale: #5D5D5D. Windows color (decimal): -16152982 or 6981129. OLE color: 6981129.
HSL color Cylindrical-coordinate representation of color #09866A: hue angle of 166.56º 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 #09866A is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 106 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.47 |
| HSL | 166.56º | 0.87% | 0.28% | - |
| HSV(B) | 166.56º | 0.93% | 0.53% | - |
| XYZ | 11.24 | 18.15 | 16.55 | - |
| YUV | 93.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 106 | 0.93 | 0 | 0.21 | 0.47 | 166.56 | 0.87 | 0.28 |
| Hex | 9 | 86 | 6A | 5D | 0 | 15 | 2F | A7 | 57 | 1C |
| Octal | 11 | 206 | 152 | 135 | 0 | 25 | 57 | 247 | 127 | 34 |
| Binary | 1001 | 10000110 | 1101010 | 1011101 | 0 | 10101 | 101111 | 10100111 | 1010111 | 11100 |
Color Harmonies of #09866A
Complementary color
Monochromatic Colors of #09866A
Black with #09866A
Text Example
Text Example
White with #09866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09866A; }
p { color: rgb(9,134,106); }
H1.HeaderClassName
{
color: #09866A;
}
.AnyTagClassName
{
color: #09866A;
}
</style>
background-color css
<style>
a { background-color: #09866A; }
a { background-color: rgb(9,134,106); }
div.DivClassName
{
background-color: #09866A;
}
.BgClassName
{
background-color: #09866A;
}
</style>
border-color css
<style>
span { border-color: #09866A; }
span { border-color: rgb(9,134,106); }
td.TdClassName
{
border-color: #09866A;
}
.TagClassName
{
border-color: #09866A;
}
</style>