Shades of Observatory #0E937A
Tints of Observatory #0E937A
RGB
CMYK
RGB Variations
Color information
#0E937A (or 0x0E937A) is known color: Observatory. HEX triplet: 0E, 93 and 7A. RGB value is (14,147,122). Sum of RGB (Red+Green+Blue) = 14+147+122=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #0E937A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E937A is #F16C85. Grayscale: #686868. Windows color (decimal): -15821958 or 8033038. OLE color: 8033038.
HSL color Cylindrical-coordinate representation of color #0E937A: hue angle of 168.72º 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 #0E937A is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 122 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.42 |
| HSL | 168.72º | 0.83% | 0.32% | - |
| HSV(B) | 168.72º | 0.9% | 0.58% | - |
| XYZ | 14.13 | 22.37 | 21.98 | - |
| YUV | 104.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 122 | 0.90 | 0 | 0.17 | 0.42 | 168.72 | 0.83 | 0.32 |
| Hex | E | 93 | 7A | 5A | 0 | 11 | 2A | A9 | 53 | 20 |
| Octal | 16 | 223 | 172 | 132 | 0 | 21 | 52 | 251 | 123 | 40 |
| Binary | 1110 | 10010011 | 1111010 | 1011010 | 0 | 10001 | 101010 | 10101001 | 1010011 | 100000 |
Color Harmonies of #0E937A
Complementary color
Monochromatic Colors of #0E937A
Black with #0E937A
Text Example
Text Example
White with #0E937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E937A; }
p { color: rgb(14,147,122); }
H1.HeaderClassName
{
color: #0E937A;
}
.AnyTagClassName
{
color: #0E937A;
}
</style>
background-color css
<style>
a { background-color: #0E937A; }
a { background-color: rgb(14,147,122); }
div.DivClassName
{
background-color: #0E937A;
}
.BgClassName
{
background-color: #0E937A;
}
</style>
border-color css
<style>
span { border-color: #0E937A; }
span { border-color: rgb(14,147,122); }
td.TdClassName
{
border-color: #0E937A;
}
.TagClassName
{
border-color: #0E937A;
}
</style>