Shades of Olive #7D9C04
Tints of Olive #7D9C04
RGB
CMYK
RGB Variations
Color information
#7D9C04 (or 0x7D9C04) is known color: Olive. HEX triplet: 7D, 9C and 04. RGB value is (125,156,4). Sum of RGB (Red+Green+Blue) = 125+156+4=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9C04 is #8263FB. Grayscale: #818181. Windows color (decimal): -8545276 or 302205. OLE color: 302205.
HSL color Cylindrical-coordinate representation of color #7D9C04: hue angle of 72.24º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D9C04 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 4 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.39 |
| HSL | 72.24º | 0.95% | 0.31% | - |
| HSV(B) | 72.24º | 0.97% | 0.61% | - |
| XYZ | 20.37 | 28.15 | 4.47 | - |
| YUV | 129.4 | 57.23 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 4 | 0.20 | 0 | 0.97 | 0.39 | 72.24 | 0.95 | 0.31 |
| Hex | 7D | 9C | 4 | 14 | 0 | 61 | 27 | 48 | 5F | 1F |
| Octal | 175 | 234 | 4 | 24 | 0 | 141 | 47 | 110 | 137 | 37 |
| Binary | 1111101 | 10011100 | 100 | 10100 | 0 | 1100001 | 100111 | 1001000 | 1011111 | 11111 |
Color Harmonies of #7D9C04
Complementary color
Monochromatic Colors of #7D9C04
Black with #7D9C04
Text Example
Text Example
White with #7D9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C04; }
p { color: rgb(125,156,4); }
H1.HeaderClassName
{
color: #7D9C04;
}
.AnyTagClassName
{
color: #7D9C04;
}
</style>
background-color css
<style>
a { background-color: #7D9C04; }
a { background-color: rgb(125,156,4); }
div.DivClassName
{
background-color: #7D9C04;
}
.BgClassName
{
background-color: #7D9C04;
}
</style>
border-color css
<style>
span { border-color: #7D9C04; }
span { border-color: rgb(125,156,4); }
td.TdClassName
{
border-color: #7D9C04;
}
.TagClassName
{
border-color: #7D9C04;
}
</style>