Shades of Olive #7D8502
Tints of Olive #7D8502
RGB
CMYK
RGB Variations
Color information
#7D8502 (or 0x7D8502) is known color: Olive. HEX triplet: 7D, 85 and 02. RGB value is (125,133,2). Sum of RGB (Red+Green+Blue) = 125+133+2=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8502 is #827AFD. Grayscale: #747474. Windows color (decimal): -8551166 or 165245. OLE color: 165245.
HSL color Cylindrical-coordinate representation of color #7D8502: hue angle of 63.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D8502 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.48 |
| HSL | 63.66º | 0.97% | 0.26% | - |
| HSV(B) | 63.66º | 0.98% | 0.52% | - |
| XYZ | 16.86 | 21.14 | 3.25 | - |
| YUV | 115.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 2 | 0.06 | 0 | 0.98 | 0.48 | 63.66 | 0.97 | 0.26 |
| Hex | 7D | 85 | 2 | 6 | 0 | 62 | 30 | 40 | 61 | 1A |
| Octal | 175 | 205 | 2 | 6 | 0 | 142 | 60 | 100 | 141 | 32 |
| Binary | 1111101 | 10000101 | 10 | 110 | 0 | 1100010 | 110000 | 1000000 | 1100001 | 11010 |
Color Harmonies of #7D8502
Complementary color
Monochromatic Colors of #7D8502
Black with #7D8502
Text Example
Text Example
White with #7D8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8502; }
p { color: rgb(125,133,2); }
H1.HeaderClassName
{
color: #7D8502;
}
.AnyTagClassName
{
color: #7D8502;
}
</style>
background-color css
<style>
a { background-color: #7D8502; }
a { background-color: rgb(125,133,2); }
div.DivClassName
{
background-color: #7D8502;
}
.BgClassName
{
background-color: #7D8502;
}
</style>
border-color css
<style>
span { border-color: #7D8502; }
span { border-color: rgb(125,133,2); }
td.TdClassName
{
border-color: #7D8502;
}
.TagClassName
{
border-color: #7D8502;
}
</style>