Shades of Olive #7D8506
Tints of Olive #7D8506
RGB
CMYK
RGB Variations
Color information
#7D8506 (or 0x7D8506) is known color: Olive. HEX triplet: 7D, 85 and 06. RGB value is (125,133,6). Sum of RGB (Red+Green+Blue) = 125+133+6=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8506 is #827AF9. Grayscale: #747474. Windows color (decimal): -8551162 or 427389. OLE color: 427389.
HSL color Cylindrical-coordinate representation of color #7D8506: hue angle of 63.78º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D8506 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 6 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.48 |
| HSL | 63.78º | 0.91% | 0.27% | - |
| HSV(B) | 63.78º | 0.95% | 0.52% | - |
| XYZ | 16.88 | 21.15 | 3.36 | - |
| YUV | 116.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 6 | 0.06 | 0 | 0.95 | 0.48 | 63.78 | 0.91 | 0.27 |
| Hex | 7D | 85 | 6 | 6 | 0 | 5F | 30 | 40 | 5B | 1B |
| Octal | 175 | 205 | 6 | 6 | 0 | 137 | 60 | 100 | 133 | 33 |
| Binary | 1111101 | 10000101 | 110 | 110 | 0 | 1011111 | 110000 | 1000000 | 1011011 | 11011 |
Color Harmonies of #7D8506
Complementary color
Monochromatic Colors of #7D8506
Black with #7D8506
Text Example
Text Example
White with #7D8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8506; }
p { color: rgb(125,133,6); }
H1.HeaderClassName
{
color: #7D8506;
}
.AnyTagClassName
{
color: #7D8506;
}
</style>
background-color css
<style>
a { background-color: #7D8506; }
a { background-color: rgb(125,133,6); }
div.DivClassName
{
background-color: #7D8506;
}
.BgClassName
{
background-color: #7D8506;
}
</style>
border-color css
<style>
span { border-color: #7D8506; }
span { border-color: rgb(125,133,6); }
td.TdClassName
{
border-color: #7D8506;
}
.TagClassName
{
border-color: #7D8506;
}
</style>