Shades of Observatory #078C71
Tints of Observatory #078C71
RGB
CMYK
RGB Variations
Color information
#078C71 (or 0x078C71) is known color: Observatory. HEX triplet: 07, 8C and 71. RGB value is (7,140,113). Sum of RGB (Red+Green+Blue) = 7+140+113=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #078C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C71 is #F8738E. Grayscale: #616161. Windows color (decimal): -16282511 or 7441415. OLE color: 7441415.
HSL color Cylindrical-coordinate representation of color #078C71: hue angle of 167.82º degrees, saturation: 0.9, 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 #078C71 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 113 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.45 |
| HSL | 167.82º | 0.9% | 0.29% | - |
| HSV(B) | 167.82º | 0.95% | 0.55% | - |
| XYZ | 12.45 | 19.99 | 18.83 | - |
| YUV | 97.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 113 | 0.95 | 0 | 0.19 | 0.45 | 167.82 | 0.9 | 0.29 |
| Hex | 7 | 8C | 71 | 5F | 0 | 13 | 2D | A8 | 5A | 1D |
| Octal | 7 | 214 | 161 | 137 | 0 | 23 | 55 | 250 | 132 | 35 |
| Binary | 111 | 10001100 | 1110001 | 1011111 | 0 | 10011 | 101101 | 10101000 | 1011010 | 11101 |
Color Harmonies of #078C71
Complementary color
Monochromatic Colors of #078C71
Black with #078C71
Text Example
Text Example
White with #078C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C71; }
p { color: rgb(7,140,113); }
H1.HeaderClassName
{
color: #078C71;
}
.AnyTagClassName
{
color: #078C71;
}
</style>
background-color css
<style>
a { background-color: #078C71; }
a { background-color: rgb(7,140,113); }
div.DivClassName
{
background-color: #078C71;
}
.BgClassName
{
background-color: #078C71;
}
</style>
border-color css
<style>
span { border-color: #078C71; }
span { border-color: rgb(7,140,113); }
td.TdClassName
{
border-color: #078C71;
}
.TagClassName
{
border-color: #078C71;
}
</style>