Shades of Observatory #0E9371
Tints of Observatory #0E9371
RGB
CMYK
RGB Variations
Color information
#0E9371 (or 0x0E9371) is known color: Observatory. HEX triplet: 0E, 93 and 71. RGB value is (14,147,113). Sum of RGB (Red+Green+Blue) = 14+147+113=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9371 is #F16C8E. Grayscale: #676767. Windows color (decimal): -15821967 or 7443214. OLE color: 7443214.
HSL color Cylindrical-coordinate representation of color #0E9371: hue angle of 164.66º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9371 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 113 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.42 |
| HSL | 164.66º | 0.83% | 0.32% | - |
| HSV(B) | 164.66º | 0.9% | 0.58% | - |
| XYZ | 13.6 | 22.15 | 19.18 | - |
| YUV | 103.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 113 | 0.90 | 0 | 0.23 | 0.42 | 164.66 | 0.83 | 0.32 |
| Hex | E | 93 | 71 | 5A | 0 | 17 | 2A | A5 | 53 | 20 |
| Octal | 16 | 223 | 161 | 132 | 0 | 27 | 52 | 245 | 123 | 40 |
| Binary | 1110 | 10010011 | 1110001 | 1011010 | 0 | 10111 | 101010 | 10100101 | 1010011 | 100000 |
Color Harmonies of #0E9371
Complementary color
Monochromatic Colors of #0E9371
Black with #0E9371
Text Example
Text Example
White with #0E9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9371; }
p { color: rgb(14,147,113); }
H1.HeaderClassName
{
color: #0E9371;
}
.AnyTagClassName
{
color: #0E9371;
}
</style>
background-color css
<style>
a { background-color: #0E9371; }
a { background-color: rgb(14,147,113); }
div.DivClassName
{
background-color: #0E9371;
}
.BgClassName
{
background-color: #0E9371;
}
</style>
border-color css
<style>
span { border-color: #0E9371; }
span { border-color: rgb(14,147,113); }
td.TdClassName
{
border-color: #0E9371;
}
.TagClassName
{
border-color: #0E9371;
}
</style>