Shades of Observatory #078865
Tints of Observatory #078865
RGB
CMYK
RGB Variations
Color information
#078865 (or 0x078865) is known color: Observatory. HEX triplet: 07, 88 and 65. RGB value is (7,136,101). Sum of RGB (Red+Green+Blue) = 7+136+101=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #078865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078865 is #F8779A. Grayscale: #5D5D5D. Windows color (decimal): -16283547 or 6653959. OLE color: 6653959.
HSL color Cylindrical-coordinate representation of color #078865: hue angle of 163.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078865 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 101 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.47 |
| HSL | 163.72º | 0.9% | 0.28% | - |
| HSV(B) | 163.72º | 0.95% | 0.53% | - |
| XYZ | 11.24 | 18.59 | 15.31 | - |
| YUV | 93.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 101 | 0.95 | 0 | 0.26 | 0.47 | 163.72 | 0.9 | 0.28 |
| Hex | 7 | 88 | 65 | 5F | 0 | 1A | 2F | A4 | 5A | 1C |
| Octal | 7 | 210 | 145 | 137 | 0 | 32 | 57 | 244 | 132 | 34 |
| Binary | 111 | 10001000 | 1100101 | 1011111 | 0 | 11010 | 101111 | 10100100 | 1011010 | 11100 |
Color Harmonies of #078865
Complementary color
Monochromatic Colors of #078865
Black with #078865
Text Example
Text Example
White with #078865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078865; }
p { color: rgb(7,136,101); }
H1.HeaderClassName
{
color: #078865;
}
.AnyTagClassName
{
color: #078865;
}
</style>
background-color css
<style>
a { background-color: #078865; }
a { background-color: rgb(7,136,101); }
div.DivClassName
{
background-color: #078865;
}
.BgClassName
{
background-color: #078865;
}
</style>
border-color css
<style>
span { border-color: #078865; }
span { border-color: rgb(7,136,101); }
td.TdClassName
{
border-color: #078865;
}
.TagClassName
{
border-color: #078865;
}
</style>