Shades of Olive #7D7800
Tints of Olive #7D7800
RGB
CMYK
RGB Variations
Color information
#7D7800 (or 0x7D7800) is known color: Olive. HEX triplet: 7D, 78 and 00. RGB value is (125,120,0). Sum of RGB (Red+Green+Blue) = 125+120+0=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7800 is #8287FF. Grayscale: #6C6C6C. Windows color (decimal): -8554496 or 30845. OLE color: 30845.
HSL color Cylindrical-coordinate representation of color #7D7800: hue angle of 57.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D7800 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.51 |
| HSL | 57.6º | 1% | 0.25% | - |
| HSV(B) | 57.6º | 1% | 0.49% | - |
| XYZ | 15.17 | 17.79 | 2.63 | - |
| YUV | 107.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 0 | 0 | 0.04 | 1 | 0.51 | 57.6 | 1 | 0.25 |
| Hex | 7D | 78 | 0 | 0 | 4 | 64 | 33 | 3A | 64 | 19 |
| Octal | 175 | 170 | 0 | 0 | 4 | 144 | 63 | 72 | 144 | 31 |
| Binary | 1111101 | 1111000 | 0 | 0 | 100 | 1100100 | 110011 | 111010 | 1100100 | 11001 |
Color Harmonies of #7D7800
Complementary color
Monochromatic Colors of #7D7800
Black with #7D7800
Text Example
Text Example
White with #7D7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7800; }
p { color: rgb(125,120,0); }
H1.HeaderClassName
{
color: #7D7800;
}
.AnyTagClassName
{
color: #7D7800;
}
</style>
background-color css
<style>
a { background-color: #7D7800; }
a { background-color: rgb(125,120,0); }
div.DivClassName
{
background-color: #7D7800;
}
.BgClassName
{
background-color: #7D7800;
}
</style>
border-color css
<style>
span { border-color: #7D7800; }
span { border-color: rgb(125,120,0); }
td.TdClassName
{
border-color: #7D7800;
}
.TagClassName
{
border-color: #7D7800;
}
</style>