Shades of Observatory #0E8E74
Tints of Observatory #0E8E74
RGB
CMYK
RGB Variations
Color information
#0E8E74 (or 0x0E8E74) is known color: Observatory. HEX triplet: 0E, 8E and 74. RGB value is (14,142,116). Sum of RGB (Red+Green+Blue) = 14+142+116=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8E74 is #F1718B. Grayscale: #646464. Windows color (decimal): -15823244 or 7638542. OLE color: 7638542.
HSL color Cylindrical-coordinate representation of color #0E8E74: hue angle of 167.81º 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 #0E8E74 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 142 | 116 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.44 |
| HSL | 167.81º | 0.82% | 0.31% | - |
| HSV(B) | 167.81º | 0.9% | 0.56% | - |
| XYZ | 13.01 | 20.7 | 19.83 | - |
| YUV | 100.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 142 | 116 | 0.90 | 0 | 0.18 | 0.44 | 167.81 | 0.82 | 0.31 |
| Hex | E | 8E | 74 | 5A | 0 | 12 | 2C | A8 | 52 | 1F |
| Octal | 16 | 216 | 164 | 132 | 0 | 22 | 54 | 250 | 122 | 37 |
| Binary | 1110 | 10001110 | 1110100 | 1011010 | 0 | 10010 | 101100 | 10101000 | 1010010 | 11111 |
Color Harmonies of #0E8E74
Complementary color
Monochromatic Colors of #0E8E74
Black with #0E8E74
Text Example
Text Example
White with #0E8E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8E74; }
p { color: rgb(14,142,116); }
H1.HeaderClassName
{
color: #0E8E74;
}
.AnyTagClassName
{
color: #0E8E74;
}
</style>
background-color css
<style>
a { background-color: #0E8E74; }
a { background-color: rgb(14,142,116); }
div.DivClassName
{
background-color: #0E8E74;
}
.BgClassName
{
background-color: #0E8E74;
}
</style>
border-color css
<style>
span { border-color: #0E8E74; }
span { border-color: rgb(14,142,116); }
td.TdClassName
{
border-color: #0E8E74;
}
.TagClassName
{
border-color: #0E8E74;
}
</style>