Shades of Olive #7D7301
Tints of Olive #7D7301
RGB
CMYK
RGB Variations
Color information
#7D7301 (or 0x7D7301) is known color: Olive. HEX triplet: 7D, 73 and 01. RGB value is (125,115,1). Sum of RGB (Red+Green+Blue) = 125+115+1=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7301 is #828CFE. Grayscale: #696969. Windows color (decimal): -8555775 or 95101. OLE color: 95101.
HSL color Cylindrical-coordinate representation of color #7D7301: hue angle of 55.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D7301 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.51 |
| HSL | 55.16º | 0.98% | 0.25% | - |
| HSV(B) | 55.16º | 0.99% | 0.49% | - |
| XYZ | 14.59 | 16.62 | 2.47 | - |
| YUV | 104.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 1 | 0 | 0.08 | 0.99 | 0.51 | 55.16 | 0.98 | 0.25 |
| Hex | 7D | 73 | 1 | 0 | 8 | 63 | 33 | 37 | 62 | 19 |
| Octal | 175 | 163 | 1 | 0 | 10 | 143 | 63 | 67 | 142 | 31 |
| Binary | 1111101 | 1110011 | 1 | 0 | 1000 | 1100011 | 110011 | 110111 | 1100010 | 11001 |
Color Harmonies of #7D7301
Complementary color
Monochromatic Colors of #7D7301
Black with #7D7301
Text Example
Text Example
White with #7D7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7301; }
p { color: rgb(125,115,1); }
H1.HeaderClassName
{
color: #7D7301;
}
.AnyTagClassName
{
color: #7D7301;
}
</style>
background-color css
<style>
a { background-color: #7D7301; }
a { background-color: rgb(125,115,1); }
div.DivClassName
{
background-color: #7D7301;
}
.BgClassName
{
background-color: #7D7301;
}
</style>
border-color css
<style>
span { border-color: #7D7301; }
span { border-color: rgb(125,115,1); }
td.TdClassName
{
border-color: #7D7301;
}
.TagClassName
{
border-color: #7D7301;
}
</style>