Shades of Olive #6D7407
Tints of Olive #6D7407
RGB
CMYK
RGB Variations
Color information
#6D7407 (or 0x6D7407) is known color: Olive. HEX triplet: 6D, 74 and 07. RGB value is (109,116,7). Sum of RGB (Red+Green+Blue) = 109+116+7=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7407 is #928BF8. Grayscale: #656565. Windows color (decimal): -9604089 or 488557. OLE color: 488557.
HSL color Cylindrical-coordinate representation of color #6D7407: hue angle of 63.85º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D7407 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 7 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.55 |
| HSL | 63.85º | 0.89% | 0.24% | - |
| HSV(B) | 63.85º | 0.94% | 0.45% | - |
| XYZ | 12.59 | 15.76 | 2.58 | - |
| YUV | 101.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 7 | 0.06 | 0 | 0.94 | 0.55 | 63.85 | 0.89 | 0.24 |
| Hex | 6D | 74 | 7 | 6 | 0 | 5E | 37 | 40 | 59 | 18 |
| Octal | 155 | 164 | 7 | 6 | 0 | 136 | 67 | 100 | 131 | 30 |
| Binary | 1101101 | 1110100 | 111 | 110 | 0 | 1011110 | 110111 | 1000000 | 1011001 | 11000 |
Color Harmonies of #6D7407
Complementary color
Monochromatic Colors of #6D7407
Black with #6D7407
Text Example
Text Example
White with #6D7407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7407; }
p { color: rgb(109,116,7); }
H1.HeaderClassName
{
color: #6D7407;
}
.AnyTagClassName
{
color: #6D7407;
}
</style>
background-color css
<style>
a { background-color: #6D7407; }
a { background-color: rgb(109,116,7); }
div.DivClassName
{
background-color: #6D7407;
}
.BgClassName
{
background-color: #6D7407;
}
</style>
border-color css
<style>
span { border-color: #6D7407; }
span { border-color: rgb(109,116,7); }
td.TdClassName
{
border-color: #6D7407;
}
.TagClassName
{
border-color: #6D7407;
}
</style>