Shades of Observatory #0E8778
Tints of Observatory #0E8778
RGB
CMYK
RGB Variations
Color information
#0E8778 (or 0x0E8778) is known color: Observatory. HEX triplet: 0E, 87 and 78. RGB value is (14,135,120). Sum of RGB (Red+Green+Blue) = 14+135+120=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8778 is #F17887. Grayscale: #616161. Windows color (decimal): -15825032 or 7898894. OLE color: 7898894.
HSL color Cylindrical-coordinate representation of color #0E8778: hue angle of 172.56º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8778 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 135 | 120 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.47 |
| HSL | 172.56º | 0.81% | 0.29% | - |
| HSV(B) | 172.56º | 0.9% | 0.53% | - |
| XYZ | 12.24 | 18.78 | 20.75 | - |
| YUV | 97.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 135 | 120 | 0.90 | 0 | 0.11 | 0.47 | 172.56 | 0.81 | 0.29 |
| Hex | E | 87 | 78 | 5A | 0 | B | 2F | AD | 51 | 1D |
| Octal | 16 | 207 | 170 | 132 | 0 | 13 | 57 | 255 | 121 | 35 |
| Binary | 1110 | 10000111 | 1111000 | 1011010 | 0 | 1011 | 101111 | 10101101 | 1010001 | 11101 |
Color Harmonies of #0E8778
Complementary color
Monochromatic Colors of #0E8778
Black with #0E8778
Text Example
Text Example
White with #0E8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8778; }
p { color: rgb(14,135,120); }
H1.HeaderClassName
{
color: #0E8778;
}
.AnyTagClassName
{
color: #0E8778;
}
</style>
background-color css
<style>
a { background-color: #0E8778; }
a { background-color: rgb(14,135,120); }
div.DivClassName
{
background-color: #0E8778;
}
.BgClassName
{
background-color: #0E8778;
}
</style>
border-color css
<style>
span { border-color: #0E8778; }
span { border-color: rgb(14,135,120); }
td.TdClassName
{
border-color: #0E8778;
}
.TagClassName
{
border-color: #0E8778;
}
</style>