Shades of Observatory #0A8972
Tints of Observatory #0A8972
RGB
CMYK
RGB Variations
Color information
#0A8972 (or 0x0A8972) is known color: Observatory. HEX triplet: 0A, 89 and 72. RGB value is (10,137,114). Sum of RGB (Red+Green+Blue) = 10+137+114=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8972 is #F5768D. Grayscale: #606060. Windows color (decimal): -16086670 or 7506186. OLE color: 7506186.
HSL color Cylindrical-coordinate representation of color #0A8972: hue angle of 169.13º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8972 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 114 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.46 |
| HSL | 169.13º | 0.86% | 0.29% | - |
| HSV(B) | 169.13º | 0.93% | 0.54% | - |
| XYZ | 12.11 | 19.17 | 18.98 | - |
| YUV | 96.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 114 | 0.93 | 0 | 0.17 | 0.46 | 169.13 | 0.86 | 0.29 |
| Hex | A | 89 | 72 | 5D | 0 | 11 | 2E | A9 | 56 | 1D |
| Octal | 12 | 211 | 162 | 135 | 0 | 21 | 56 | 251 | 126 | 35 |
| Binary | 1010 | 10001001 | 1110010 | 1011101 | 0 | 10001 | 101110 | 10101001 | 1010110 | 11101 |
Color Harmonies of #0A8972
Complementary color
Monochromatic Colors of #0A8972
Black with #0A8972
Text Example
Text Example
White with #0A8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8972; }
p { color: rgb(10,137,114); }
H1.HeaderClassName
{
color: #0A8972;
}
.AnyTagClassName
{
color: #0A8972;
}
</style>
background-color css
<style>
a { background-color: #0A8972; }
a { background-color: rgb(10,137,114); }
div.DivClassName
{
background-color: #0A8972;
}
.BgClassName
{
background-color: #0A8972;
}
</style>
border-color css
<style>
span { border-color: #0A8972; }
span { border-color: rgb(10,137,114); }
td.TdClassName
{
border-color: #0A8972;
}
.TagClassName
{
border-color: #0A8972;
}
</style>