Shades of Observatory #0E8D76
Tints of Observatory #0E8D76
RGB
CMYK
RGB Variations
Color information
#0E8D76 (or 0x0E8D76) is known color: Observatory. HEX triplet: 0E, 8D and 76. RGB value is (14,141,118). Sum of RGB (Red+Green+Blue) = 14+141+118=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D76 is #F17289. Grayscale: #646464. Windows color (decimal): -15823498 or 7769358. OLE color: 7769358.
HSL color Cylindrical-coordinate representation of color #0E8D76: hue angle of 169.13º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D76 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 141 | 118 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.45 |
| HSL | 169.13º | 0.82% | 0.3% | - |
| HSV(B) | 169.13º | 0.9% | 0.55% | - |
| XYZ | 12.98 | 20.45 | 20.4 | - |
| YUV | 100.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 118 | 0.90 | 0 | 0.16 | 0.45 | 169.13 | 0.82 | 0.3 |
| Hex | E | 8D | 76 | 5A | 0 | 10 | 2D | A9 | 52 | 1E |
| Octal | 16 | 215 | 166 | 132 | 0 | 20 | 55 | 251 | 122 | 36 |
| Binary | 1110 | 10001101 | 1110110 | 1011010 | 0 | 10000 | 101101 | 10101001 | 1010010 | 11110 |
Color Harmonies of #0E8D76
Complementary color
Monochromatic Colors of #0E8D76
Black with #0E8D76
Text Example
Text Example
White with #0E8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8D76; }
p { color: rgb(14,141,118); }
H1.HeaderClassName
{
color: #0E8D76;
}
.AnyTagClassName
{
color: #0E8D76;
}
</style>
background-color css
<style>
a { background-color: #0E8D76; }
a { background-color: rgb(14,141,118); }
div.DivClassName
{
background-color: #0E8D76;
}
.BgClassName
{
background-color: #0E8D76;
}
</style>
border-color css
<style>
span { border-color: #0E8D76; }
span { border-color: rgb(14,141,118); }
td.TdClassName
{
border-color: #0E8D76;
}
.TagClassName
{
border-color: #0E8D76;
}
</style>