Shades of Observatory #0A8873
Tints of Observatory #0A8873
RGB
CMYK
RGB Variations
Color information
#0A8873 (or 0x0A8873) is known color: Observatory. HEX triplet: 0A, 88 and 73. RGB value is (10,136,115). Sum of RGB (Red+Green+Blue) = 10+136+115=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8873 is #F5778C. Grayscale: #5F5F5F. Windows color (decimal): -16086925 or 7571466. OLE color: 7571466.
HSL color Cylindrical-coordinate representation of color #0A8873: hue angle of 170º 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 #0A8873 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 115 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.47 |
| HSL | 170º | 0.86% | 0.29% | - |
| HSV(B) | 170º | 0.93% | 0.53% | - |
| XYZ | 12.02 | 18.91 | 19.24 | - |
| YUV | 95.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 115 | 0.93 | 0 | 0.15 | 0.47 | 170 | 0.86 | 0.29 |
| Hex | A | 88 | 73 | 5D | 0 | F | 2F | AA | 56 | 1D |
| Octal | 12 | 210 | 163 | 135 | 0 | 17 | 57 | 252 | 126 | 35 |
| Binary | 1010 | 10001000 | 1110011 | 1011101 | 0 | 1111 | 101111 | 10101010 | 1010110 | 11101 |
Color Harmonies of #0A8873
Complementary color
Monochromatic Colors of #0A8873
Black with #0A8873
Text Example
Text Example
White with #0A8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8873; }
p { color: rgb(10,136,115); }
H1.HeaderClassName
{
color: #0A8873;
}
.AnyTagClassName
{
color: #0A8873;
}
</style>
background-color css
<style>
a { background-color: #0A8873; }
a { background-color: rgb(10,136,115); }
div.DivClassName
{
background-color: #0A8873;
}
.BgClassName
{
background-color: #0A8873;
}
</style>
border-color css
<style>
span { border-color: #0A8873; }
span { border-color: rgb(10,136,115); }
td.TdClassName
{
border-color: #0A8873;
}
.TagClassName
{
border-color: #0A8873;
}
</style>