Shades of Olive #7D850D
Tints of Olive #7D850D
RGB
CMYK
RGB Variations
Color information
#7D850D (or 0x7D850D) is known color: Olive. HEX triplet: 7D, 85 and 0D. RGB value is (125,133,13). Sum of RGB (Red+Green+Blue) = 125+133+13=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #7D850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D850D is #827AF2. Grayscale: #757575. Windows color (decimal): -8551155 or 886141. OLE color: 886141.
HSL color Cylindrical-coordinate representation of color #7D850D: hue angle of 64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D850D is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 13 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.48 |
| HSL | 64º | 0.82% | 0.29% | - |
| HSV(B) | 64º | 0.9% | 0.52% | - |
| XYZ | 16.92 | 21.16 | 3.57 | - |
| YUV | 116.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 13 | 0.06 | 0 | 0.90 | 0.48 | 64 | 0.82 | 0.29 |
| Hex | 7D | 85 | D | 6 | 0 | 5A | 30 | 40 | 52 | 1D |
| Octal | 175 | 205 | 15 | 6 | 0 | 132 | 60 | 100 | 122 | 35 |
| Binary | 1111101 | 10000101 | 1101 | 110 | 0 | 1011010 | 110000 | 1000000 | 1010010 | 11101 |
Color Harmonies of #7D850D
Complementary color
Monochromatic Colors of #7D850D
Black with #7D850D
Text Example
Text Example
White with #7D850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D850D; }
p { color: rgb(125,133,13); }
H1.HeaderClassName
{
color: #7D850D;
}
.AnyTagClassName
{
color: #7D850D;
}
</style>
background-color css
<style>
a { background-color: #7D850D; }
a { background-color: rgb(125,133,13); }
div.DivClassName
{
background-color: #7D850D;
}
.BgClassName
{
background-color: #7D850D;
}
</style>
border-color css
<style>
span { border-color: #7D850D; }
span { border-color: rgb(125,133,13); }
td.TdClassName
{
border-color: #7D850D;
}
.TagClassName
{
border-color: #7D850D;
}
</style>