Shades of Observatory #09886C
Tints of Observatory #09886C
RGB
CMYK
RGB Variations
Color information
#09886C (or 0x09886C) is known color: Observatory. HEX triplet: 09, 88 and 6C. RGB value is (9,136,108). Sum of RGB (Red+Green+Blue) = 9+136+108=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #09886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09886C is #F67793. Grayscale: #5E5E5E. Windows color (decimal): -16152468 or 7112713. OLE color: 7112713.
HSL color Cylindrical-coordinate representation of color #09886C: hue angle of 166.77º 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 #09886C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 108 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.47 |
| HSL | 166.77º | 0.88% | 0.28% | - |
| HSV(B) | 166.77º | 0.93% | 0.53% | - |
| XYZ | 11.62 | 18.75 | 17.19 | - |
| YUV | 94.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 108 | 0.93 | 0 | 0.21 | 0.47 | 166.77 | 0.88 | 0.28 |
| Hex | 9 | 88 | 6C | 5D | 0 | 15 | 2F | A7 | 58 | 1C |
| Octal | 11 | 210 | 154 | 135 | 0 | 25 | 57 | 247 | 130 | 34 |
| Binary | 1001 | 10001000 | 1101100 | 1011101 | 0 | 10101 | 101111 | 10100111 | 1011000 | 11100 |
Color Harmonies of #09886C
Complementary color
Monochromatic Colors of #09886C
Black with #09886C
Text Example
Text Example
White with #09886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09886C; }
p { color: rgb(9,136,108); }
H1.HeaderClassName
{
color: #09886C;
}
.AnyTagClassName
{
color: #09886C;
}
</style>
background-color css
<style>
a { background-color: #09886C; }
a { background-color: rgb(9,136,108); }
div.DivClassName
{
background-color: #09886C;
}
.BgClassName
{
background-color: #09886C;
}
</style>
border-color css
<style>
span { border-color: #09886C; }
span { border-color: rgb(9,136,108); }
td.TdClassName
{
border-color: #09886C;
}
.TagClassName
{
border-color: #09886C;
}
</style>