Shades of Observatory #098866
Tints of Observatory #098866
RGB
CMYK
RGB Variations
Color information
#098866 (or 0x098866) is known color: Observatory. HEX triplet: 09, 88 and 66. RGB value is (9,136,102). Sum of RGB (Red+Green+Blue) = 9+136+102=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #098866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098866 is #F67799. Grayscale: #5E5E5E. Windows color (decimal): -16152474 or 6719497. OLE color: 6719497.
HSL color Cylindrical-coordinate representation of color #098866: hue angle of 163.94º degrees, saturation: 0.88, 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 #098866 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 102 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.47 |
| HSL | 163.94º | 0.88% | 0.28% | - |
| HSV(B) | 163.94º | 0.93% | 0.53% | - |
| XYZ | 11.32 | 18.63 | 15.57 | - |
| YUV | 94.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 102 | 0.93 | 0 | 0.25 | 0.47 | 163.94 | 0.88 | 0.28 |
| Hex | 9 | 88 | 66 | 5D | 0 | 19 | 2F | A4 | 58 | 1C |
| Octal | 11 | 210 | 146 | 135 | 0 | 31 | 57 | 244 | 130 | 34 |
| Binary | 1001 | 10001000 | 1100110 | 1011101 | 0 | 11001 | 101111 | 10100100 | 1011000 | 11100 |
Color Harmonies of #098866
Complementary color
Monochromatic Colors of #098866
Black with #098866
Text Example
Text Example
White with #098866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098866; }
p { color: rgb(9,136,102); }
H1.HeaderClassName
{
color: #098866;
}
.AnyTagClassName
{
color: #098866;
}
</style>
background-color css
<style>
a { background-color: #098866; }
a { background-color: rgb(9,136,102); }
div.DivClassName
{
background-color: #098866;
}
.BgClassName
{
background-color: #098866;
}
</style>
border-color css
<style>
span { border-color: #098866; }
span { border-color: rgb(9,136,102); }
td.TdClassName
{
border-color: #098866;
}
.TagClassName
{
border-color: #098866;
}
</style>