Shades of Observatory #0E936F
Tints of Observatory #0E936F
RGB
CMYK
RGB Variations
Color information
#0E936F (or 0x0E936F) is known color: Observatory. HEX triplet: 0E, 93 and 6F. RGB value is (14,147,111). Sum of RGB (Red+Green+Blue) = 14+147+111=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #0E936F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E936F is #F16C90. Grayscale: #676767. Windows color (decimal): -15821969 or 7312142. OLE color: 7312142.
HSL color Cylindrical-coordinate representation of color #0E936F: hue angle of 163.76º 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 #0E936F is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 111 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.42 |
| HSL | 163.76º | 0.83% | 0.32% | - |
| HSV(B) | 163.76º | 0.9% | 0.58% | - |
| XYZ | 13.48 | 22.11 | 18.6 | - |
| YUV | 103.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 111 | 0.90 | 0 | 0.24 | 0.42 | 163.76 | 0.83 | 0.32 |
| Hex | E | 93 | 6F | 5A | 0 | 18 | 2A | A4 | 53 | 20 |
| Octal | 16 | 223 | 157 | 132 | 0 | 30 | 52 | 244 | 123 | 40 |
| Binary | 1110 | 10010011 | 1101111 | 1011010 | 0 | 11000 | 101010 | 10100100 | 1010011 | 100000 |
Color Harmonies of #0E936F
Complementary color
Monochromatic Colors of #0E936F
Black with #0E936F
Text Example
Text Example
White with #0E936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E936F; }
p { color: rgb(14,147,111); }
H1.HeaderClassName
{
color: #0E936F;
}
.AnyTagClassName
{
color: #0E936F;
}
</style>
background-color css
<style>
a { background-color: #0E936F; }
a { background-color: rgb(14,147,111); }
div.DivClassName
{
background-color: #0E936F;
}
.BgClassName
{
background-color: #0E936F;
}
</style>
border-color css
<style>
span { border-color: #0E936F; }
span { border-color: rgb(14,147,111); }
td.TdClassName
{
border-color: #0E936F;
}
.TagClassName
{
border-color: #0E936F;
}
</style>