Shades of Olive #7D7B11
Tints of Olive #7D7B11
RGB
CMYK
RGB Variations
Color information
#7D7B11 (or 0x7D7B11) is known color: Olive. HEX triplet: 7D, 7B and 11. RGB value is (125,123,17). Sum of RGB (Red+Green+Blue) = 125+123+17=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7B11 is #8284EE. Grayscale: #6F6F6F. Windows color (decimal): -8553711 or 1145725. OLE color: 1145725.
HSL color Cylindrical-coordinate representation of color #7D7B11: hue angle of 58.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D7B11 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 17 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.51 |
| HSL | 58.89º | 0.76% | 0.28% | - |
| HSV(B) | 58.89º | 0.86% | 0.49% | - |
| XYZ | 15.64 | 18.57 | 3.29 | - |
| YUV | 111.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 17 | 0 | 0.02 | 0.86 | 0.51 | 58.89 | 0.76 | 0.28 |
| Hex | 7D | 7B | 11 | 0 | 2 | 56 | 33 | 3B | 4C | 1C |
| Octal | 175 | 173 | 21 | 0 | 2 | 126 | 63 | 73 | 114 | 34 |
| Binary | 1111101 | 1111011 | 10001 | 0 | 10 | 1010110 | 110011 | 111011 | 1001100 | 11100 |
Color Harmonies of #7D7B11
Complementary color
Monochromatic Colors of #7D7B11
Black with #7D7B11
Text Example
Text Example
White with #7D7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B11; }
p { color: rgb(125,123,17); }
H1.HeaderClassName
{
color: #7D7B11;
}
.AnyTagClassName
{
color: #7D7B11;
}
</style>
background-color css
<style>
a { background-color: #7D7B11; }
a { background-color: rgb(125,123,17); }
div.DivClassName
{
background-color: #7D7B11;
}
.BgClassName
{
background-color: #7D7B11;
}
</style>
border-color css
<style>
span { border-color: #7D7B11; }
span { border-color: rgb(125,123,17); }
td.TdClassName
{
border-color: #7D7B11;
}
.TagClassName
{
border-color: #7D7B11;
}
</style>