Shades of Olive #7C7205
Tints of Olive #7C7205
RGB
CMYK
RGB Variations
Color information
#7C7205 (or 0x7C7205) is known color: Olive. HEX triplet: 7C, 72 and 05. RGB value is (124,114,5). Sum of RGB (Red+Green+Blue) = 124+114+5=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7205 is #838DFA. Grayscale: #696969. Windows color (decimal): -8621563 or 356988. OLE color: 356988.
HSL color Cylindrical-coordinate representation of color #7C7205: hue angle of 54.96º 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 #7C7205 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 5 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.51 |
| HSL | 54.96º | 0.92% | 0.25% | - |
| HSV(B) | 54.96º | 0.96% | 0.49% | - |
| XYZ | 14.36 | 16.33 | 2.54 | - |
| YUV | 104.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 5 | 0 | 0.08 | 0.96 | 0.51 | 54.96 | 0.92 | 0.25 |
| Hex | 7C | 72 | 5 | 0 | 8 | 60 | 33 | 37 | 5C | 19 |
| Octal | 174 | 162 | 5 | 0 | 10 | 140 | 63 | 67 | 134 | 31 |
| Binary | 1111100 | 1110010 | 101 | 0 | 1000 | 1100000 | 110011 | 110111 | 1011100 | 11001 |
Color Harmonies of #7C7205
Complementary color
Monochromatic Colors of #7C7205
Black with #7C7205
Text Example
Text Example
White with #7C7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7205; }
p { color: rgb(124,114,5); }
H1.HeaderClassName
{
color: #7C7205;
}
.AnyTagClassName
{
color: #7C7205;
}
</style>
background-color css
<style>
a { background-color: #7C7205; }
a { background-color: rgb(124,114,5); }
div.DivClassName
{
background-color: #7C7205;
}
.BgClassName
{
background-color: #7C7205;
}
</style>
border-color css
<style>
span { border-color: #7C7205; }
span { border-color: rgb(124,114,5); }
td.TdClassName
{
border-color: #7C7205;
}
.TagClassName
{
border-color: #7C7205;
}
</style>