Shades of Observatory #0E8E7D
Tints of Observatory #0E8E7D
RGB
CMYK
RGB Variations
Color information
#0E8E7D (or 0x0E8E7D) is known color: Observatory. HEX triplet: 0E, 8E and 7D. RGB value is (14,142,125). Sum of RGB (Red+Green+Blue) = 14+142+125=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8E7D is #F17182. Grayscale: #656565. Windows color (decimal): -15823235 or 8228366. OLE color: 8228366.
HSL color Cylindrical-coordinate representation of color #0E8E7D: hue angle of 172.03º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8E7D is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 142 | 125 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.44 |
| HSL | 172.03º | 0.82% | 0.31% | - |
| HSV(B) | 172.03º | 0.9% | 0.56% | - |
| XYZ | 13.56 | 20.92 | 22.73 | - |
| YUV | 101.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 142 | 125 | 0.90 | 0 | 0.12 | 0.44 | 172.03 | 0.82 | 0.31 |
| Hex | E | 8E | 7D | 5A | 0 | C | 2C | AC | 52 | 1F |
| Octal | 16 | 216 | 175 | 132 | 0 | 14 | 54 | 254 | 122 | 37 |
| Binary | 1110 | 10001110 | 1111101 | 1011010 | 0 | 1100 | 101100 | 10101100 | 1010010 | 11111 |
Color Harmonies of #0E8E7D
Complementary color
Monochromatic Colors of #0E8E7D
Black with #0E8E7D
Text Example
Text Example
White with #0E8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8E7D; }
p { color: rgb(14,142,125); }
H1.HeaderClassName
{
color: #0E8E7D;
}
.AnyTagClassName
{
color: #0E8E7D;
}
</style>
background-color css
<style>
a { background-color: #0E8E7D; }
a { background-color: rgb(14,142,125); }
div.DivClassName
{
background-color: #0E8E7D;
}
.BgClassName
{
background-color: #0E8E7D;
}
</style>
border-color css
<style>
span { border-color: #0E8E7D; }
span { border-color: rgb(14,142,125); }
td.TdClassName
{
border-color: #0E8E7D;
}
.TagClassName
{
border-color: #0E8E7D;
}
</style>