Shades of Olive #7D7F12
Tints of Olive #7D7F12
RGB
CMYK
RGB Variations
Color information
#7D7F12 (or 0x7D7F12) is known color: Olive. HEX triplet: 7D, 7F and 12. RGB value is (125,127,18). Sum of RGB (Red+Green+Blue) = 125+127+18=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7F12 is #8280ED. Grayscale: #727272. Windows color (decimal): -8552686 or 1212285. OLE color: 1212285.
HSL color Cylindrical-coordinate representation of color #7D7F12: hue angle of 61.1º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D7F12 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 127 | 18 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.50 |
| HSL | 61.1º | 0.75% | 0.28% | - |
| HSV(B) | 61.1º | 0.86% | 0.5% | - |
| XYZ | 16.16 | 19.58 | 3.5 | - |
| YUV | 113.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 18 | 0.02 | 0 | 0.86 | 0.50 | 61.1 | 0.75 | 0.28 |
| Hex | 7D | 7F | 12 | 2 | 0 | 56 | 32 | 3D | 4B | 1C |
| Octal | 175 | 177 | 22 | 2 | 0 | 126 | 62 | 75 | 113 | 34 |
| Binary | 1111101 | 1111111 | 10010 | 10 | 0 | 1010110 | 110010 | 111101 | 1001011 | 11100 |
Color Harmonies of #7D7F12
Complementary color
Monochromatic Colors of #7D7F12
Black with #7D7F12
Text Example
Text Example
White with #7D7F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7F12; }
p { color: rgb(125,127,18); }
H1.HeaderClassName
{
color: #7D7F12;
}
.AnyTagClassName
{
color: #7D7F12;
}
</style>
background-color css
<style>
a { background-color: #7D7F12; }
a { background-color: rgb(125,127,18); }
div.DivClassName
{
background-color: #7D7F12;
}
.BgClassName
{
background-color: #7D7F12;
}
</style>
border-color css
<style>
span { border-color: #7D7F12; }
span { border-color: rgb(125,127,18); }
td.TdClassName
{
border-color: #7D7F12;
}
.TagClassName
{
border-color: #7D7F12;
}
</style>