Shades of Observatory #0E8B75
Tints of Observatory #0E8B75
RGB
CMYK
RGB Variations
Color information
#0E8B75 (or 0x0E8B75) is known color: Observatory. HEX triplet: 0E, 8B and 75. RGB value is (14,139,117). Sum of RGB (Red+Green+Blue) = 14+139+117=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B75 is #F1748A. Grayscale: #636363. Windows color (decimal): -15824011 or 7703310. OLE color: 7703310.
HSL color Cylindrical-coordinate representation of color #0E8B75: hue angle of 169.44º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B75 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 117 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.45 |
| HSL | 169.44º | 0.82% | 0.3% | - |
| HSV(B) | 169.44º | 0.9% | 0.55% | - |
| XYZ | 12.62 | 19.84 | 19.99 | - |
| YUV | 99.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 117 | 0.90 | 0 | 0.16 | 0.45 | 169.44 | 0.82 | 0.3 |
| Hex | E | 8B | 75 | 5A | 0 | 10 | 2D | A9 | 52 | 1E |
| Octal | 16 | 213 | 165 | 132 | 0 | 20 | 55 | 251 | 122 | 36 |
| Binary | 1110 | 10001011 | 1110101 | 1011010 | 0 | 10000 | 101101 | 10101001 | 1010010 | 11110 |
Color Harmonies of #0E8B75
Complementary color
Monochromatic Colors of #0E8B75
Black with #0E8B75
Text Example
Text Example
White with #0E8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B75; }
p { color: rgb(14,139,117); }
H1.HeaderClassName
{
color: #0E8B75;
}
.AnyTagClassName
{
color: #0E8B75;
}
</style>
background-color css
<style>
a { background-color: #0E8B75; }
a { background-color: rgb(14,139,117); }
div.DivClassName
{
background-color: #0E8B75;
}
.BgClassName
{
background-color: #0E8B75;
}
</style>
border-color css
<style>
span { border-color: #0E8B75; }
span { border-color: rgb(14,139,117); }
td.TdClassName
{
border-color: #0E8B75;
}
.TagClassName
{
border-color: #0E8B75;
}
</style>