Shades of Observatory #0A846E
Tints of Observatory #0A846E
RGB
CMYK
RGB Variations
Color information
#0A846E (or 0x0A846E) is known color: Observatory. HEX triplet: 0A, 84 and 6E. RGB value is (10,132,110). Sum of RGB (Red+Green+Blue) = 10+132+110=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #0A846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A846E is #F57B91. Grayscale: #5C5C5C. Windows color (decimal): -16087954 or 7242762. OLE color: 7242762.
HSL color Cylindrical-coordinate representation of color #0A846E: hue angle of 169.18º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A846E is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 110 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.48 |
| HSL | 169.18º | 0.86% | 0.28% | - |
| HSV(B) | 169.18º | 0.92% | 0.52% | - |
| XYZ | 11.19 | 17.69 | 17.58 | - |
| YUV | 93.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 110 | 0.92 | 0 | 0.17 | 0.48 | 169.18 | 0.86 | 0.28 |
| Hex | A | 84 | 6E | 5C | 0 | 11 | 30 | A9 | 56 | 1C |
| Octal | 12 | 204 | 156 | 134 | 0 | 21 | 60 | 251 | 126 | 34 |
| Binary | 1010 | 10000100 | 1101110 | 1011100 | 0 | 10001 | 110000 | 10101001 | 1010110 | 11100 |
Color Harmonies of #0A846E
Complementary color
Monochromatic Colors of #0A846E
Black with #0A846E
Text Example
Text Example
White with #0A846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A846E; }
p { color: rgb(10,132,110); }
H1.HeaderClassName
{
color: #0A846E;
}
.AnyTagClassName
{
color: #0A846E;
}
</style>
background-color css
<style>
a { background-color: #0A846E; }
a { background-color: rgb(10,132,110); }
div.DivClassName
{
background-color: #0A846E;
}
.BgClassName
{
background-color: #0A846E;
}
</style>
border-color css
<style>
span { border-color: #0A846E; }
span { border-color: rgb(10,132,110); }
td.TdClassName
{
border-color: #0A846E;
}
.TagClassName
{
border-color: #0A846E;
}
</style>