Shades of Olive #787D10
Tints of Olive #787D10
RGB
CMYK
RGB Variations
Color information
#787D10 (or 0x787D10) is known color: Olive. HEX triplet: 78, 7D and 10. RGB value is (120,125,16). Sum of RGB (Red+Green+Blue) = 120+125+16=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #787D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787D10 is #8782EF. Grayscale: #6F6F6F. Windows color (decimal): -8880880 or 1080696. OLE color: 1080696.
HSL color Cylindrical-coordinate representation of color #787D10: hue angle of 62.75º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #787D10 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 16 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.51 |
| HSL | 62.75º | 0.77% | 0.28% | - |
| HSV(B) | 62.75º | 0.87% | 0.49% | - |
| XYZ | 15.17 | 18.7 | 3.3 | - |
| YUV | 111.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 16 | 0.04 | 0 | 0.87 | 0.51 | 62.75 | 0.77 | 0.28 |
| Hex | 78 | 7D | 10 | 4 | 0 | 57 | 33 | 3F | 4D | 1C |
| Octal | 170 | 175 | 20 | 4 | 0 | 127 | 63 | 77 | 115 | 34 |
| Binary | 1111000 | 1111101 | 10000 | 100 | 0 | 1010111 | 110011 | 111111 | 1001101 | 11100 |
Color Harmonies of #787D10
Complementary color
Monochromatic Colors of #787D10
Black with #787D10
Text Example
Text Example
White with #787D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D10; }
p { color: rgb(120,125,16); }
H1.HeaderClassName
{
color: #787D10;
}
.AnyTagClassName
{
color: #787D10;
}
</style>
background-color css
<style>
a { background-color: #787D10; }
a { background-color: rgb(120,125,16); }
div.DivClassName
{
background-color: #787D10;
}
.BgClassName
{
background-color: #787D10;
}
</style>
border-color css
<style>
span { border-color: #787D10; }
span { border-color: rgb(120,125,16); }
td.TdClassName
{
border-color: #787D10;
}
.TagClassName
{
border-color: #787D10;
}
</style>