Shades of Observatory #09886F
Tints of Observatory #09886F
RGB
CMYK
RGB Variations
Color information
#09886F (or 0x09886F) is known color: Observatory. HEX triplet: 09, 88 and 6F. RGB value is (9,136,111). Sum of RGB (Red+Green+Blue) = 9+136+111=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #09886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09886F is #F67790. Grayscale: #5F5F5F. Windows color (decimal): -16152465 or 7309321. OLE color: 7309321.
HSL color Cylindrical-coordinate representation of color #09886F: hue angle of 168.19º 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 #09886F is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 111 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.47 |
| HSL | 168.19º | 0.88% | 0.28% | - |
| HSV(B) | 168.19º | 0.93% | 0.53% | - |
| XYZ | 11.79 | 18.81 | 18.05 | - |
| YUV | 95.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 111 | 0.93 | 0 | 0.18 | 0.47 | 168.19 | 0.88 | 0.28 |
| Hex | 9 | 88 | 6F | 5D | 0 | 12 | 2F | A8 | 58 | 1C |
| Octal | 11 | 210 | 157 | 135 | 0 | 22 | 57 | 250 | 130 | 34 |
| Binary | 1001 | 10001000 | 1101111 | 1011101 | 0 | 10010 | 101111 | 10101000 | 1011000 | 11100 |
Color Harmonies of #09886F
Complementary color
Monochromatic Colors of #09886F
Black with #09886F
Text Example
Text Example
White with #09886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09886F; }
p { color: rgb(9,136,111); }
H1.HeaderClassName
{
color: #09886F;
}
.AnyTagClassName
{
color: #09886F;
}
</style>
background-color css
<style>
a { background-color: #09886F; }
a { background-color: rgb(9,136,111); }
div.DivClassName
{
background-color: #09886F;
}
.BgClassName
{
background-color: #09886F;
}
</style>
border-color css
<style>
span { border-color: #09886F; }
span { border-color: rgb(9,136,111); }
td.TdClassName
{
border-color: #09886F;
}
.TagClassName
{
border-color: #09886F;
}
</style>