Shades of Olive #7C7206
Tints of Olive #7C7206
RGB
CMYK
RGB Variations
Color information
#7C7206 (or 0x7C7206) is known color: Olive. HEX triplet: 7C, 72 and 06. RGB value is (124,114,6). Sum of RGB (Red+Green+Blue) = 124+114+6=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7206 is #838DF9. Grayscale: #696969. Windows color (decimal): -8621562 or 422524. OLE color: 422524.
HSL color Cylindrical-coordinate representation of color #7C7206: hue angle of 54.92º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C7206 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 6 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.51 |
| HSL | 54.92º | 0.91% | 0.25% | - |
| HSV(B) | 54.92º | 0.95% | 0.49% | - |
| XYZ | 14.36 | 16.33 | 2.57 | - |
| YUV | 104.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 6 | 0 | 0.08 | 0.95 | 0.51 | 54.92 | 0.91 | 0.25 |
| Hex | 7C | 72 | 6 | 0 | 8 | 5F | 33 | 37 | 5B | 19 |
| Octal | 174 | 162 | 6 | 0 | 10 | 137 | 63 | 67 | 133 | 31 |
| Binary | 1111100 | 1110010 | 110 | 0 | 1000 | 1011111 | 110011 | 110111 | 1011011 | 11001 |
Color Harmonies of #7C7206
Complementary color
Monochromatic Colors of #7C7206
Black with #7C7206
Text Example
Text Example
White with #7C7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7206; }
p { color: rgb(124,114,6); }
H1.HeaderClassName
{
color: #7C7206;
}
.AnyTagClassName
{
color: #7C7206;
}
</style>
background-color css
<style>
a { background-color: #7C7206; }
a { background-color: rgb(124,114,6); }
div.DivClassName
{
background-color: #7C7206;
}
.BgClassName
{
background-color: #7C7206;
}
</style>
border-color css
<style>
span { border-color: #7C7206; }
span { border-color: rgb(124,114,6); }
td.TdClassName
{
border-color: #7C7206;
}
.TagClassName
{
border-color: #7C7206;
}
</style>