Shades of Observatory #0E8E7C
Tints of Observatory #0E8E7C
RGB
CMYK
RGB Variations
Color information
#0E8E7C (or 0x0E8E7C) is known color: Observatory. HEX triplet: 0E, 8E and 7C. RGB value is (14,142,124). Sum of RGB (Red+Green+Blue) = 14+142+124=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8E7C is #F17183. Grayscale: #656565. Windows color (decimal): -15823236 or 8162830. OLE color: 8162830.
HSL color Cylindrical-coordinate representation of color #0E8E7C: hue angle of 171.56º 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 #0E8E7C is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 142 | 124 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.44 |
| HSL | 171.56º | 0.82% | 0.31% | - |
| HSV(B) | 171.56º | 0.9% | 0.56% | - |
| XYZ | 13.49 | 20.89 | 22.39 | - |
| YUV | 101.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 142 | 124 | 0.90 | 0 | 0.13 | 0.44 | 171.56 | 0.82 | 0.31 |
| Hex | E | 8E | 7C | 5A | 0 | D | 2C | AC | 52 | 1F |
| Octal | 16 | 216 | 174 | 132 | 0 | 15 | 54 | 254 | 122 | 37 |
| Binary | 1110 | 10001110 | 1111100 | 1011010 | 0 | 1101 | 101100 | 10101100 | 1010010 | 11111 |
Color Harmonies of #0E8E7C
Complementary color
Monochromatic Colors of #0E8E7C
Black with #0E8E7C
Text Example
Text Example
White with #0E8E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8E7C; }
p { color: rgb(14,142,124); }
H1.HeaderClassName
{
color: #0E8E7C;
}
.AnyTagClassName
{
color: #0E8E7C;
}
</style>
background-color css
<style>
a { background-color: #0E8E7C; }
a { background-color: rgb(14,142,124); }
div.DivClassName
{
background-color: #0E8E7C;
}
.BgClassName
{
background-color: #0E8E7C;
}
</style>
border-color css
<style>
span { border-color: #0E8E7C; }
span { border-color: rgb(14,142,124); }
td.TdClassName
{
border-color: #0E8E7C;
}
.TagClassName
{
border-color: #0E8E7C;
}
</style>