Shades of Observatory #0E8977
Tints of Observatory #0E8977
RGB
CMYK
RGB Variations
Color information
#0E8977 (or 0x0E8977) is known color: Observatory. HEX triplet: 0E, 89 and 77. RGB value is (14,137,119). Sum of RGB (Red+Green+Blue) = 14+137+119=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #0E8977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8977 is #F17688. Grayscale: #626262. Windows color (decimal): -15824521 or 7833870. OLE color: 7833870.
HSL color Cylindrical-coordinate representation of color #0E8977: hue angle of 171.22º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8977 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 119 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.46 |
| HSL | 171.22º | 0.81% | 0.3% | - |
| HSV(B) | 171.22º | 0.9% | 0.54% | - |
| XYZ | 12.46 | 19.32 | 20.52 | - |
| YUV | 98.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 119 | 0.90 | 0 | 0.13 | 0.46 | 171.22 | 0.81 | 0.3 |
| Hex | E | 89 | 77 | 5A | 0 | D | 2E | AB | 51 | 1E |
| Octal | 16 | 211 | 167 | 132 | 0 | 15 | 56 | 253 | 121 | 36 |
| Binary | 1110 | 10001001 | 1110111 | 1011010 | 0 | 1101 | 101110 | 10101011 | 1010001 | 11110 |
Color Harmonies of #0E8977
Complementary color
Monochromatic Colors of #0E8977
Black with #0E8977
Text Example
Text Example
White with #0E8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8977; }
p { color: rgb(14,137,119); }
H1.HeaderClassName
{
color: #0E8977;
}
.AnyTagClassName
{
color: #0E8977;
}
</style>
background-color css
<style>
a { background-color: #0E8977; }
a { background-color: rgb(14,137,119); }
div.DivClassName
{
background-color: #0E8977;
}
.BgClassName
{
background-color: #0E8977;
}
</style>
border-color css
<style>
span { border-color: #0E8977; }
span { border-color: rgb(14,137,119); }
td.TdClassName
{
border-color: #0E8977;
}
.TagClassName
{
border-color: #0E8977;
}
</style>