Shades of Observatory #098865
Tints of Observatory #098865
RGB
CMYK
RGB Variations
Color information
#098865 (or 0x098865) is known color: Observatory. HEX triplet: 09, 88 and 65. RGB value is (9,136,101). Sum of RGB (Red+Green+Blue) = 9+136+101=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #098865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098865 is #F6779A. Grayscale: #5E5E5E. Windows color (decimal): -16152475 or 6653961. OLE color: 6653961.
HSL color Cylindrical-coordinate representation of color #098865: hue angle of 163.46º 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 #098865 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 101 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.47 |
| HSL | 163.46º | 0.88% | 0.28% | - |
| HSV(B) | 163.46º | 0.93% | 0.53% | - |
| XYZ | 11.27 | 18.61 | 15.31 | - |
| YUV | 94.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 101 | 0.93 | 0 | 0.26 | 0.47 | 163.46 | 0.88 | 0.28 |
| Hex | 9 | 88 | 65 | 5D | 0 | 1A | 2F | A3 | 58 | 1C |
| Octal | 11 | 210 | 145 | 135 | 0 | 32 | 57 | 243 | 130 | 34 |
| Binary | 1001 | 10001000 | 1100101 | 1011101 | 0 | 11010 | 101111 | 10100011 | 1011000 | 11100 |
Color Harmonies of #098865
Complementary color
Monochromatic Colors of #098865
Black with #098865
Text Example
Text Example
White with #098865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098865; }
p { color: rgb(9,136,101); }
H1.HeaderClassName
{
color: #098865;
}
.AnyTagClassName
{
color: #098865;
}
</style>
background-color css
<style>
a { background-color: #098865; }
a { background-color: rgb(9,136,101); }
div.DivClassName
{
background-color: #098865;
}
.BgClassName
{
background-color: #098865;
}
</style>
border-color css
<style>
span { border-color: #098865; }
span { border-color: rgb(9,136,101); }
td.TdClassName
{
border-color: #098865;
}
.TagClassName
{
border-color: #098865;
}
</style>