Shades of Observatory #0A866E
Tints of Observatory #0A866E
RGB
CMYK
RGB Variations
Color information
#0A866E (or 0x0A866E) is known color: Observatory. HEX triplet: 0A, 86 and 6E. RGB value is (10,134,110). Sum of RGB (Red+Green+Blue) = 10+134+110=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #0A866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A866E is #F57991. Grayscale: #5E5E5E. Windows color (decimal): -16087442 or 7243274. OLE color: 7243274.
HSL color Cylindrical-coordinate representation of color #0A866E: hue angle of 168.39º degrees, saturation: 0.86, 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 #0A866E is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 110 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.47 |
| HSL | 168.39º | 0.86% | 0.28% | - |
| HSV(B) | 168.39º | 0.93% | 0.53% | - |
| XYZ | 11.46 | 18.24 | 17.67 | - |
| YUV | 94.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 110 | 0.93 | 0 | 0.18 | 0.47 | 168.39 | 0.86 | 0.28 |
| Hex | A | 86 | 6E | 5D | 0 | 12 | 2F | A8 | 56 | 1C |
| Octal | 12 | 206 | 156 | 135 | 0 | 22 | 57 | 250 | 126 | 34 |
| Binary | 1010 | 10000110 | 1101110 | 1011101 | 0 | 10010 | 101111 | 10101000 | 1010110 | 11100 |
Color Harmonies of #0A866E
Complementary color
Monochromatic Colors of #0A866E
Black with #0A866E
Text Example
Text Example
White with #0A866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A866E; }
p { color: rgb(10,134,110); }
H1.HeaderClassName
{
color: #0A866E;
}
.AnyTagClassName
{
color: #0A866E;
}
</style>
background-color css
<style>
a { background-color: #0A866E; }
a { background-color: rgb(10,134,110); }
div.DivClassName
{
background-color: #0A866E;
}
.BgClassName
{
background-color: #0A866E;
}
</style>
border-color css
<style>
span { border-color: #0A866E; }
span { border-color: rgb(10,134,110); }
td.TdClassName
{
border-color: #0A866E;
}
.TagClassName
{
border-color: #0A866E;
}
</style>