Shades of Observatory #008C78
Tints of Observatory #008C78
RGB
CMYK
RGB Variations
Color information
#008C78 (or 0x008C78) is known color: Observatory. HEX triplet: 00, 8C and 78. RGB value is (0,140,120). Sum of RGB (Red+Green+Blue) = 0+140+120=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #008C78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C78 is #FF7387. Grayscale: #5F5F5F. Windows color (decimal): -16741256 or 7900160. OLE color: 7900160.
HSL color Cylindrical-coordinate representation of color #008C78: hue angle of 171.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C78 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 120 | - |
| CMYK | 1 | 0 | 0.14 | 0.45 |
| HSL | 171.43º | 1% | 0.27% | - |
| HSV(B) | 171.43º | 1% | 0.55% | - |
| XYZ | 12.77 | 20.11 | 20.98 | - |
| YUV | 95.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 120 | 1 | 0 | 0.14 | 0.45 | 171.43 | 1 | 0.27 |
| Hex | 0 | 8C | 78 | 64 | 0 | E | 2D | AB | 64 | 1B |
| Octal | 0 | 214 | 170 | 144 | 0 | 16 | 55 | 253 | 144 | 33 |
| Binary | 0 | 10001100 | 1111000 | 1100100 | 0 | 1110 | 101101 | 10101011 | 1100100 | 11011 |
Color Harmonies of #008C78
Complementary color
Monochromatic Colors of #008C78
Black with #008C78
Text Example
Text Example
White with #008C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C78; }
p { color: rgb(0,140,120); }
H1.HeaderClassName
{
color: #008C78;
}
.AnyTagClassName
{
color: #008C78;
}
</style>
background-color css
<style>
a { background-color: #008C78; }
a { background-color: rgb(0,140,120); }
div.DivClassName
{
background-color: #008C78;
}
.BgClassName
{
background-color: #008C78;
}
</style>
border-color css
<style>
span { border-color: #008C78; }
span { border-color: rgb(0,140,120); }
td.TdClassName
{
border-color: #008C78;
}
.TagClassName
{
border-color: #008C78;
}
</style>