Shades of Observatory #0A8671
Tints of Observatory #0A8671
RGB
CMYK
RGB Variations
Color information
#0A8671 (or 0x0A8671) is known color: Observatory. HEX triplet: 0A, 86 and 71. RGB value is (10,134,113). Sum of RGB (Red+Green+Blue) = 10+134+113=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8671 is #F5798E. Grayscale: #5E5E5E. Windows color (decimal): -16087439 or 7439882. OLE color: 7439882.
HSL color Cylindrical-coordinate representation of color #0A8671: hue angle of 169.84º 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 #0A8671 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 113 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.47 |
| HSL | 169.84º | 0.86% | 0.28% | - |
| HSV(B) | 169.84º | 0.93% | 0.53% | - |
| XYZ | 11.63 | 18.31 | 18.54 | - |
| YUV | 94.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 113 | 0.93 | 0 | 0.16 | 0.47 | 169.84 | 0.86 | 0.28 |
| Hex | A | 86 | 71 | 5D | 0 | 10 | 2F | AA | 56 | 1C |
| Octal | 12 | 206 | 161 | 135 | 0 | 20 | 57 | 252 | 126 | 34 |
| Binary | 1010 | 10000110 | 1110001 | 1011101 | 0 | 10000 | 101111 | 10101010 | 1010110 | 11100 |
Color Harmonies of #0A8671
Complementary color
Monochromatic Colors of #0A8671
Black with #0A8671
Text Example
Text Example
White with #0A8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8671; }
p { color: rgb(10,134,113); }
H1.HeaderClassName
{
color: #0A8671;
}
.AnyTagClassName
{
color: #0A8671;
}
</style>
background-color css
<style>
a { background-color: #0A8671; }
a { background-color: rgb(10,134,113); }
div.DivClassName
{
background-color: #0A8671;
}
.BgClassName
{
background-color: #0A8671;
}
</style>
border-color css
<style>
span { border-color: #0A8671; }
span { border-color: rgb(10,134,113); }
td.TdClassName
{
border-color: #0A8671;
}
.TagClassName
{
border-color: #0A8671;
}
</style>