Shades of Olive #7D6502
Tints of Olive #7D6502
RGB
CMYK
RGB Variations
Color information
#7D6502 (or 0x7D6502) is known color: Olive. HEX triplet: 7D, 65 and 02. RGB value is (125,101,2). Sum of RGB (Red+Green+Blue) = 125+101+2=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6502 is #829AFD. Grayscale: #616161. Windows color (decimal): -8559358 or 157053. OLE color: 157053.
HSL color Cylindrical-coordinate representation of color #7D6502: hue angle of 48.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D6502 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.51 |
| HSL | 48.29º | 0.97% | 0.25% | - |
| HSV(B) | 48.29º | 0.98% | 0.49% | - |
| XYZ | 13.12 | 13.67 | 2 | - |
| YUV | 96.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 2 | 0 | 0.19 | 0.98 | 0.51 | 48.29 | 0.97 | 0.25 |
| Hex | 7D | 65 | 2 | 0 | 13 | 62 | 33 | 30 | 61 | 19 |
| Octal | 175 | 145 | 2 | 0 | 23 | 142 | 63 | 60 | 141 | 31 |
| Binary | 1111101 | 1100101 | 10 | 0 | 10011 | 1100010 | 110011 | 110000 | 1100001 | 11001 |
Color Harmonies of #7D6502
Complementary color
Monochromatic Colors of #7D6502
Black with #7D6502
Text Example
Text Example
White with #7D6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6502; }
p { color: rgb(125,101,2); }
H1.HeaderClassName
{
color: #7D6502;
}
.AnyTagClassName
{
color: #7D6502;
}
</style>
background-color css
<style>
a { background-color: #7D6502; }
a { background-color: rgb(125,101,2); }
div.DivClassName
{
background-color: #7D6502;
}
.BgClassName
{
background-color: #7D6502;
}
</style>
border-color css
<style>
span { border-color: #7D6502; }
span { border-color: rgb(125,101,2); }
td.TdClassName
{
border-color: #7D6502;
}
.TagClassName
{
border-color: #7D6502;
}
</style>