Shades of Observatory #078D6F
Tints of Observatory #078D6F
RGB
CMYK
RGB Variations
Color information
#078D6F (or 0x078D6F) is known color: Observatory. HEX triplet: 07, 8D and 6F. RGB value is (7,141,111). Sum of RGB (Red+Green+Blue) = 7+141+111=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #078D6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D6F is #F87290. Grayscale: #616161. Windows color (decimal): -16282257 or 7310599. OLE color: 7310599.
HSL color Cylindrical-coordinate representation of color #078D6F: hue angle of 166.57º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D6F is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 111 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.45 |
| HSL | 166.57º | 0.91% | 0.29% | - |
| HSV(B) | 166.57º | 0.95% | 0.55% | - |
| XYZ | 12.48 | 20.24 | 18.29 | - |
| YUV | 97.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 111 | 0.95 | 0 | 0.21 | 0.45 | 166.57 | 0.91 | 0.29 |
| Hex | 7 | 8D | 6F | 5F | 0 | 15 | 2D | A7 | 5B | 1D |
| Octal | 7 | 215 | 157 | 137 | 0 | 25 | 55 | 247 | 133 | 35 |
| Binary | 111 | 10001101 | 1101111 | 1011111 | 0 | 10101 | 101101 | 10100111 | 1011011 | 11101 |
Color Harmonies of #078D6F
Complementary color
Monochromatic Colors of #078D6F
Black with #078D6F
Text Example
Text Example
White with #078D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D6F; }
p { color: rgb(7,141,111); }
H1.HeaderClassName
{
color: #078D6F;
}
.AnyTagClassName
{
color: #078D6F;
}
</style>
background-color css
<style>
a { background-color: #078D6F; }
a { background-color: rgb(7,141,111); }
div.DivClassName
{
background-color: #078D6F;
}
.BgClassName
{
background-color: #078D6F;
}
</style>
border-color css
<style>
span { border-color: #078D6F; }
span { border-color: rgb(7,141,111); }
td.TdClassName
{
border-color: #078D6F;
}
.TagClassName
{
border-color: #078D6F;
}
</style>