Shades of Olive #7C6A05
Tints of Olive #7C6A05
RGB
CMYK
RGB Variations
Color information
#7C6A05 (or 0x7C6A05) is known color: Olive. HEX triplet: 7C, 6A and 05. RGB value is (124,106,5). Sum of RGB (Red+Green+Blue) = 124+106+5=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6A05 is #8395FA. Grayscale: #646464. Windows color (decimal): -8623611 or 354940. OLE color: 354940.
HSL color Cylindrical-coordinate representation of color #7C6A05: hue angle of 50.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C6A05 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 5 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.51 |
| HSL | 50.92º | 0.92% | 0.25% | - |
| HSV(B) | 50.92º | 0.96% | 0.49% | - |
| XYZ | 13.49 | 14.6 | 2.25 | - |
| YUV | 99.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 5 | 0 | 0.15 | 0.96 | 0.51 | 50.92 | 0.92 | 0.25 |
| Hex | 7C | 6A | 5 | 0 | F | 60 | 33 | 33 | 5C | 19 |
| Octal | 174 | 152 | 5 | 0 | 17 | 140 | 63 | 63 | 134 | 31 |
| Binary | 1111100 | 1101010 | 101 | 0 | 1111 | 1100000 | 110011 | 110011 | 1011100 | 11001 |
Color Harmonies of #7C6A05
Complementary color
Monochromatic Colors of #7C6A05
Black with #7C6A05
Text Example
Text Example
White with #7C6A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A05; }
p { color: rgb(124,106,5); }
H1.HeaderClassName
{
color: #7C6A05;
}
.AnyTagClassName
{
color: #7C6A05;
}
</style>
background-color css
<style>
a { background-color: #7C6A05; }
a { background-color: rgb(124,106,5); }
div.DivClassName
{
background-color: #7C6A05;
}
.BgClassName
{
background-color: #7C6A05;
}
</style>
border-color css
<style>
span { border-color: #7C6A05; }
span { border-color: rgb(124,106,5); }
td.TdClassName
{
border-color: #7C6A05;
}
.TagClassName
{
border-color: #7C6A05;
}
</style>