Shades of Olive #787C07
Tints of Olive #787C07
RGB
CMYK
RGB Variations
Color information
#787C07 (or 0x787C07) is known color: Olive. HEX triplet: 78, 7C and 07. RGB value is (120,124,7). Sum of RGB (Red+Green+Blue) = 120+124+7=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #787C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787C07 is #8783F8. Grayscale: #6D6D6D. Windows color (decimal): -8881145 or 490616. OLE color: 490616.
HSL color Cylindrical-coordinate representation of color #787C07: hue angle of 62.05º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #787C07 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 7 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.51 |
| HSL | 62.05º | 0.89% | 0.26% | - |
| HSV(B) | 62.05º | 0.94% | 0.49% | - |
| XYZ | 14.99 | 18.42 | 2.97 | - |
| YUV | 109.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 7 | 0.03 | 0 | 0.94 | 0.51 | 62.05 | 0.89 | 0.26 |
| Hex | 78 | 7C | 7 | 3 | 0 | 5E | 33 | 3E | 59 | 1A |
| Octal | 170 | 174 | 7 | 3 | 0 | 136 | 63 | 76 | 131 | 32 |
| Binary | 1111000 | 1111100 | 111 | 11 | 0 | 1011110 | 110011 | 111110 | 1011001 | 11010 |
Color Harmonies of #787C07
Complementary color
Monochromatic Colors of #787C07
Black with #787C07
Text Example
Text Example
White with #787C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C07; }
p { color: rgb(120,124,7); }
H1.HeaderClassName
{
color: #787C07;
}
.AnyTagClassName
{
color: #787C07;
}
</style>
background-color css
<style>
a { background-color: #787C07; }
a { background-color: rgb(120,124,7); }
div.DivClassName
{
background-color: #787C07;
}
.BgClassName
{
background-color: #787C07;
}
</style>
border-color css
<style>
span { border-color: #787C07; }
span { border-color: rgb(120,124,7); }
td.TdClassName
{
border-color: #787C07;
}
.TagClassName
{
border-color: #787C07;
}
</style>