Shades of Observatory #0A8A71
Tints of Observatory #0A8A71
RGB
CMYK
RGB Variations
Color information
#0A8A71 (or 0x0A8A71) is known color: Observatory. HEX triplet: 0A, 8A and 71. RGB value is (10,138,113). Sum of RGB (Red+Green+Blue) = 10+138+113=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A71 is #F5758E. Grayscale: #606060. Windows color (decimal): -16086415 or 7440906. OLE color: 7440906.
HSL color Cylindrical-coordinate representation of color #0A8A71: hue angle of 168.28º 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 #0A8A71 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 113 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.46 |
| HSL | 168.28º | 0.86% | 0.29% | - |
| HSV(B) | 168.28º | 0.93% | 0.54% | - |
| XYZ | 12.19 | 19.43 | 18.73 | - |
| YUV | 96.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 113 | 0.93 | 0 | 0.18 | 0.46 | 168.28 | 0.86 | 0.29 |
| Hex | A | 8A | 71 | 5D | 0 | 12 | 2E | A8 | 56 | 1D |
| Octal | 12 | 212 | 161 | 135 | 0 | 22 | 56 | 250 | 126 | 35 |
| Binary | 1010 | 10001010 | 1110001 | 1011101 | 0 | 10010 | 101110 | 10101000 | 1010110 | 11101 |
Color Harmonies of #0A8A71
Complementary color
Monochromatic Colors of #0A8A71
Black with #0A8A71
Text Example
Text Example
White with #0A8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A71; }
p { color: rgb(10,138,113); }
H1.HeaderClassName
{
color: #0A8A71;
}
.AnyTagClassName
{
color: #0A8A71;
}
</style>
background-color css
<style>
a { background-color: #0A8A71; }
a { background-color: rgb(10,138,113); }
div.DivClassName
{
background-color: #0A8A71;
}
.BgClassName
{
background-color: #0A8A71;
}
</style>
border-color css
<style>
span { border-color: #0A8A71; }
span { border-color: rgb(10,138,113); }
td.TdClassName
{
border-color: #0A8A71;
}
.TagClassName
{
border-color: #0A8A71;
}
</style>