Shades of Observatory #078C78
Tints of Observatory #078C78
RGB
CMYK
RGB Variations
Color information
#078C78 (or 0x078C78) is known color: Observatory. HEX triplet: 07, 8C and 78. RGB value is (7,140,120). Sum of RGB (Red+Green+Blue) = 7+140+120=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #078C78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C78 is #F87387. Grayscale: #616161. Windows color (decimal): -16282504 or 7900167. OLE color: 7900167.
HSL color Cylindrical-coordinate representation of color #078C78: hue angle of 170.98º 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 #078C78 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 120 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.45 |
| HSL | 170.98º | 0.9% | 0.29% | - |
| HSV(B) | 170.98º | 0.95% | 0.55% | - |
| XYZ | 12.86 | 20.16 | 20.98 | - |
| YUV | 97.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 120 | 0.95 | 0 | 0.14 | 0.45 | 170.98 | 0.9 | 0.29 |
| Hex | 7 | 8C | 78 | 5F | 0 | E | 2D | AB | 5A | 1D |
| Octal | 7 | 214 | 170 | 137 | 0 | 16 | 55 | 253 | 132 | 35 |
| Binary | 111 | 10001100 | 1111000 | 1011111 | 0 | 1110 | 101101 | 10101011 | 1011010 | 11101 |
Color Harmonies of #078C78
Complementary color
Monochromatic Colors of #078C78
Black with #078C78
Text Example
Text Example
White with #078C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C78; }
p { color: rgb(7,140,120); }
H1.HeaderClassName
{
color: #078C78;
}
.AnyTagClassName
{
color: #078C78;
}
</style>
background-color css
<style>
a { background-color: #078C78; }
a { background-color: rgb(7,140,120); }
div.DivClassName
{
background-color: #078C78;
}
.BgClassName
{
background-color: #078C78;
}
</style>
border-color css
<style>
span { border-color: #078C78; }
span { border-color: rgb(7,140,120); }
td.TdClassName
{
border-color: #078C78;
}
.TagClassName
{
border-color: #078C78;
}
</style>