Shades of Observatory #0E8E75
Tints of Observatory #0E8E75
RGB
CMYK
RGB Variations
Color information
#0E8E75 (or 0x0E8E75) is known color: Observatory. HEX triplet: 0E, 8E and 75. RGB value is (14,142,117). Sum of RGB (Red+Green+Blue) = 14+142+117=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8E75 is #F1718A. Grayscale: #646464. Windows color (decimal): -15823243 or 7704078. OLE color: 7704078.
HSL color Cylindrical-coordinate representation of color #0E8E75: hue angle of 168.28º 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 #0E8E75 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 142 | 117 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.44 |
| HSL | 168.28º | 0.82% | 0.31% | - |
| HSV(B) | 168.28º | 0.9% | 0.56% | - |
| XYZ | 13.06 | 20.72 | 20.14 | - |
| YUV | 100.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 142 | 117 | 0.90 | 0 | 0.18 | 0.44 | 168.28 | 0.82 | 0.31 |
| Hex | E | 8E | 75 | 5A | 0 | 12 | 2C | A8 | 52 | 1F |
| Octal | 16 | 216 | 165 | 132 | 0 | 22 | 54 | 250 | 122 | 37 |
| Binary | 1110 | 10001110 | 1110101 | 1011010 | 0 | 10010 | 101100 | 10101000 | 1010010 | 11111 |
Color Harmonies of #0E8E75
Complementary color
Monochromatic Colors of #0E8E75
Black with #0E8E75
Text Example
Text Example
White with #0E8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8E75; }
p { color: rgb(14,142,117); }
H1.HeaderClassName
{
color: #0E8E75;
}
.AnyTagClassName
{
color: #0E8E75;
}
</style>
background-color css
<style>
a { background-color: #0E8E75; }
a { background-color: rgb(14,142,117); }
div.DivClassName
{
background-color: #0E8E75;
}
.BgClassName
{
background-color: #0E8E75;
}
</style>
border-color css
<style>
span { border-color: #0E8E75; }
span { border-color: rgb(14,142,117); }
td.TdClassName
{
border-color: #0E8E75;
}
.TagClassName
{
border-color: #0E8E75;
}
</style>