Shades of Observatory #098876
Tints of Observatory #098876
RGB
CMYK
RGB Variations
Color information
#098876 (or 0x098876) is known color: Observatory. HEX triplet: 09, 88 and 76. RGB value is (9,136,118). Sum of RGB (Red+Green+Blue) = 9+136+118=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #098876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098876 is #F67789. Grayscale: #5F5F5F. Windows color (decimal): -16152458 or 7768073. OLE color: 7768073.
HSL color Cylindrical-coordinate representation of color #098876: hue angle of 171.5º 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 #098876 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 118 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.47 |
| HSL | 171.5º | 0.88% | 0.28% | - |
| HSV(B) | 171.5º | 0.93% | 0.53% | - |
| XYZ | 12.19 | 18.97 | 20.16 | - |
| YUV | 95.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 118 | 0.93 | 0 | 0.13 | 0.47 | 171.5 | 0.88 | 0.28 |
| Hex | 9 | 88 | 76 | 5D | 0 | D | 2F | AB | 58 | 1C |
| Octal | 11 | 210 | 166 | 135 | 0 | 15 | 57 | 253 | 130 | 34 |
| Binary | 1001 | 10001000 | 1110110 | 1011101 | 0 | 1101 | 101111 | 10101011 | 1011000 | 11100 |
Color Harmonies of #098876
Complementary color
Monochromatic Colors of #098876
Black with #098876
Text Example
Text Example
White with #098876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098876; }
p { color: rgb(9,136,118); }
H1.HeaderClassName
{
color: #098876;
}
.AnyTagClassName
{
color: #098876;
}
</style>
background-color css
<style>
a { background-color: #098876; }
a { background-color: rgb(9,136,118); }
div.DivClassName
{
background-color: #098876;
}
.BgClassName
{
background-color: #098876;
}
</style>
border-color css
<style>
span { border-color: #098876; }
span { border-color: rgb(9,136,118); }
td.TdClassName
{
border-color: #098876;
}
.TagClassName
{
border-color: #098876;
}
</style>