Shades of Observatory #0A8A79
Tints of Observatory #0A8A79
RGB
CMYK
RGB Variations
Color information
#0A8A79 (or 0x0A8A79) is known color: Observatory. HEX triplet: 0A, 8A and 79. RGB value is (10,138,121). Sum of RGB (Red+Green+Blue) = 10+138+121=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A79 is #F57586. Grayscale: #616161. Windows color (decimal): -16086407 or 7965194. OLE color: 7965194.
HSL color Cylindrical-coordinate representation of color #0A8A79: hue angle of 172.03º 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 #0A8A79 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 121 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.46 |
| HSL | 172.03º | 0.86% | 0.29% | - |
| HSV(B) | 172.03º | 0.93% | 0.54% | - |
| XYZ | 12.66 | 19.62 | 21.21 | - |
| YUV | 97.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 121 | 0.93 | 0 | 0.12 | 0.46 | 172.03 | 0.86 | 0.29 |
| Hex | A | 8A | 79 | 5D | 0 | C | 2E | AC | 56 | 1D |
| Octal | 12 | 212 | 171 | 135 | 0 | 14 | 56 | 254 | 126 | 35 |
| Binary | 1010 | 10001010 | 1111001 | 1011101 | 0 | 1100 | 101110 | 10101100 | 1010110 | 11101 |
Color Harmonies of #0A8A79
Complementary color
Monochromatic Colors of #0A8A79
Black with #0A8A79
Text Example
Text Example
White with #0A8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A79; }
p { color: rgb(10,138,121); }
H1.HeaderClassName
{
color: #0A8A79;
}
.AnyTagClassName
{
color: #0A8A79;
}
</style>
background-color css
<style>
a { background-color: #0A8A79; }
a { background-color: rgb(10,138,121); }
div.DivClassName
{
background-color: #0A8A79;
}
.BgClassName
{
background-color: #0A8A79;
}
</style>
border-color css
<style>
span { border-color: #0A8A79; }
span { border-color: rgb(10,138,121); }
td.TdClassName
{
border-color: #0A8A79;
}
.TagClassName
{
border-color: #0A8A79;
}
</style>