Shades of Olive #7D850F
Tints of Olive #7D850F
RGB
CMYK
RGB Variations
Color information
#7D850F (or 0x7D850F) is known color: Olive. HEX triplet: 7D, 85 and 0F. RGB value is (125,133,15). Sum of RGB (Red+Green+Blue) = 125+133+15=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #7D850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D850F is #827AF0. Grayscale: #757575. Windows color (decimal): -8551153 or 1017213. OLE color: 1017213.
HSL color Cylindrical-coordinate representation of color #7D850F: hue angle of 64.07º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D850F is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 15 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.48 |
| HSL | 64.07º | 0.8% | 0.29% | - |
| HSV(B) | 64.07º | 0.89% | 0.52% | - |
| XYZ | 16.93 | 21.17 | 3.65 | - |
| YUV | 117.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 15 | 0.06 | 0 | 0.89 | 0.48 | 64.07 | 0.8 | 0.29 |
| Hex | 7D | 85 | F | 6 | 0 | 59 | 30 | 40 | 50 | 1D |
| Octal | 175 | 205 | 17 | 6 | 0 | 131 | 60 | 100 | 120 | 35 |
| Binary | 1111101 | 10000101 | 1111 | 110 | 0 | 1011001 | 110000 | 1000000 | 1010000 | 11101 |
Color Harmonies of #7D850F
Complementary color
Monochromatic Colors of #7D850F
Black with #7D850F
Text Example
Text Example
White with #7D850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D850F; }
p { color: rgb(125,133,15); }
H1.HeaderClassName
{
color: #7D850F;
}
.AnyTagClassName
{
color: #7D850F;
}
</style>
background-color css
<style>
a { background-color: #7D850F; }
a { background-color: rgb(125,133,15); }
div.DivClassName
{
background-color: #7D850F;
}
.BgClassName
{
background-color: #7D850F;
}
</style>
border-color css
<style>
span { border-color: #7D850F; }
span { border-color: rgb(125,133,15); }
td.TdClassName
{
border-color: #7D850F;
}
.TagClassName
{
border-color: #7D850F;
}
</style>