Shades of Olive #787D0B
Tints of Olive #787D0B
RGB
CMYK
RGB Variations
Color information
#787D0B (or 0x787D0B) is known color: Olive. HEX triplet: 78, 7D and 0B. RGB value is (120,125,11). Sum of RGB (Red+Green+Blue) = 120+125+11=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #787D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787D0B is #8782F4. Grayscale: #6E6E6E. Windows color (decimal): -8880885 or 753016. OLE color: 753016.
HSL color Cylindrical-coordinate representation of color #787D0B: hue angle of 62.63º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #787D0B is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 11 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.51 |
| HSL | 62.63º | 0.84% | 0.27% | - |
| HSV(B) | 62.63º | 0.91% | 0.49% | - |
| XYZ | 15.14 | 18.68 | 3.13 | - |
| YUV | 110.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 11 | 0.04 | 0 | 0.91 | 0.51 | 62.63 | 0.84 | 0.27 |
| Hex | 78 | 7D | B | 4 | 0 | 5B | 33 | 3F | 54 | 1B |
| Octal | 170 | 175 | 13 | 4 | 0 | 133 | 63 | 77 | 124 | 33 |
| Binary | 1111000 | 1111101 | 1011 | 100 | 0 | 1011011 | 110011 | 111111 | 1010100 | 11011 |
Color Harmonies of #787D0B
Complementary color
Monochromatic Colors of #787D0B
Black with #787D0B
Text Example
Text Example
White with #787D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D0B; }
p { color: rgb(120,125,11); }
H1.HeaderClassName
{
color: #787D0B;
}
.AnyTagClassName
{
color: #787D0B;
}
</style>
background-color css
<style>
a { background-color: #787D0B; }
a { background-color: rgb(120,125,11); }
div.DivClassName
{
background-color: #787D0B;
}
.BgClassName
{
background-color: #787D0B;
}
</style>
border-color css
<style>
span { border-color: #787D0B; }
span { border-color: rgb(120,125,11); }
td.TdClassName
{
border-color: #787D0B;
}
.TagClassName
{
border-color: #787D0B;
}
</style>