Shades of Observatory #0A886F
Tints of Observatory #0A886F
RGB
CMYK
RGB Variations
Color information
#0A886F (or 0x0A886F) is known color: Observatory. HEX triplet: 0A, 88 and 6F. RGB value is (10,136,111). Sum of RGB (Red+Green+Blue) = 10+136+111=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #0A886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A886F is #F57790. Grayscale: #5F5F5F. Windows color (decimal): -16086929 or 7309322. OLE color: 7309322.
HSL color Cylindrical-coordinate representation of color #0A886F: hue angle of 168.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A886F is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 111 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.47 |
| HSL | 168.1º | 0.86% | 0.29% | - |
| HSV(B) | 168.1º | 0.93% | 0.53% | - |
| XYZ | 11.8 | 18.82 | 18.05 | - |
| YUV | 95.48 | 136.76 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 111 | 0.93 | 0 | 0.18 | 0.47 | 168.1 | 0.86 | 0.29 |
| Hex | A | 88 | 6F | 5D | 0 | 12 | 2F | A8 | 56 | 1D |
| Octal | 12 | 210 | 157 | 135 | 0 | 22 | 57 | 250 | 126 | 35 |
| Binary | 1010 | 10001000 | 1101111 | 1011101 | 0 | 10010 | 101111 | 10101000 | 1010110 | 11101 |
Color Harmonies of #0A886F
Complementary color
Monochromatic Colors of #0A886F
Black with #0A886F
Text Example
Text Example
White with #0A886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A886F; }
p { color: rgb(10,136,111); }
H1.HeaderClassName
{
color: #0A886F;
}
.AnyTagClassName
{
color: #0A886F;
}
</style>
background-color css
<style>
a { background-color: #0A886F; }
a { background-color: rgb(10,136,111); }
div.DivClassName
{
background-color: #0A886F;
}
.BgClassName
{
background-color: #0A886F;
}
</style>
border-color css
<style>
span { border-color: #0A886F; }
span { border-color: rgb(10,136,111); }
td.TdClassName
{
border-color: #0A886F;
}
.TagClassName
{
border-color: #0A886F;
}
</style>