Shades of Observatory #0A8973
Tints of Observatory #0A8973
RGB
CMYK
RGB Variations
Color information
#0A8973 (or 0x0A8973) is known color: Observatory. HEX triplet: 0A, 89 and 73. RGB value is (10,137,115). Sum of RGB (Red+Green+Blue) = 10+137+115=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8973 is #F5768C. Grayscale: #606060. Windows color (decimal): -16086669 or 7571722. OLE color: 7571722.
HSL color Cylindrical-coordinate representation of color #0A8973: hue angle of 169.61º 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 #0A8973 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 115 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.46 |
| HSL | 169.61º | 0.86% | 0.29% | - |
| HSV(B) | 169.61º | 0.93% | 0.54% | - |
| XYZ | 12.17 | 19.19 | 19.28 | - |
| YUV | 96.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 115 | 0.93 | 0 | 0.16 | 0.46 | 169.61 | 0.86 | 0.29 |
| Hex | A | 89 | 73 | 5D | 0 | 10 | 2E | AA | 56 | 1D |
| Octal | 12 | 211 | 163 | 135 | 0 | 20 | 56 | 252 | 126 | 35 |
| Binary | 1010 | 10001001 | 1110011 | 1011101 | 0 | 10000 | 101110 | 10101010 | 1010110 | 11101 |
Color Harmonies of #0A8973
Complementary color
Monochromatic Colors of #0A8973
Black with #0A8973
Text Example
Text Example
White with #0A8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8973; }
p { color: rgb(10,137,115); }
H1.HeaderClassName
{
color: #0A8973;
}
.AnyTagClassName
{
color: #0A8973;
}
</style>
background-color css
<style>
a { background-color: #0A8973; }
a { background-color: rgb(10,137,115); }
div.DivClassName
{
background-color: #0A8973;
}
.BgClassName
{
background-color: #0A8973;
}
</style>
border-color css
<style>
span { border-color: #0A8973; }
span { border-color: rgb(10,137,115); }
td.TdClassName
{
border-color: #0A8973;
}
.TagClassName
{
border-color: #0A8973;
}
</style>