Shades of Observatory #0E9275
Tints of Observatory #0E9275
RGB
CMYK
RGB Variations
Color information
#0E9275 (or 0x0E9275) is known color: Observatory. HEX triplet: 0E, 92 and 75. RGB value is (14,146,117). Sum of RGB (Red+Green+Blue) = 14+146+117=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9275 is #F16D8A. Grayscale: #676767. Windows color (decimal): -15822219 or 7705102. OLE color: 7705102.
HSL color Cylindrical-coordinate representation of color #0E9275: hue angle of 166.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9275 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 117 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.43 |
| HSL | 166.82º | 0.83% | 0.31% | - |
| HSV(B) | 166.82º | 0.9% | 0.57% | - |
| XYZ | 13.67 | 21.94 | 20.34 | - |
| YUV | 103.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 117 | 0.90 | 0 | 0.20 | 0.43 | 166.82 | 0.83 | 0.31 |
| Hex | E | 92 | 75 | 5A | 0 | 14 | 2B | A7 | 52 | 1F |
| Octal | 16 | 222 | 165 | 132 | 0 | 24 | 53 | 247 | 122 | 37 |
| Binary | 1110 | 10010010 | 1110101 | 1011010 | 0 | 10100 | 101011 | 10100111 | 1010010 | 11111 |
Color Harmonies of #0E9275
Complementary color
Monochromatic Colors of #0E9275
Black with #0E9275
Text Example
Text Example
White with #0E9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9275; }
p { color: rgb(14,146,117); }
H1.HeaderClassName
{
color: #0E9275;
}
.AnyTagClassName
{
color: #0E9275;
}
</style>
background-color css
<style>
a { background-color: #0E9275; }
a { background-color: rgb(14,146,117); }
div.DivClassName
{
background-color: #0E9275;
}
.BgClassName
{
background-color: #0E9275;
}
</style>
border-color css
<style>
span { border-color: #0E9275; }
span { border-color: rgb(14,146,117); }
td.TdClassName
{
border-color: #0E9275;
}
.TagClassName
{
border-color: #0E9275;
}
</style>