Shades of Olive #6D7507
Tints of Olive #6D7507
RGB
CMYK
RGB Variations
Color information
#6D7507 (or 0x6D7507) is known color: Olive. HEX triplet: 6D, 75 and 07. RGB value is (109,117,7). Sum of RGB (Red+Green+Blue) = 109+117+7=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7507 is #928AF8. Grayscale: #666666. Windows color (decimal): -9603833 or 488813. OLE color: 488813.
HSL color Cylindrical-coordinate representation of color #6D7507: hue angle of 64.36º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D7507 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 7 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.54 |
| HSL | 64.36º | 0.89% | 0.24% | - |
| HSV(B) | 64.36º | 0.94% | 0.46% | - |
| XYZ | 12.71 | 15.99 | 2.62 | - |
| YUV | 102.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 7 | 0.07 | 0 | 0.94 | 0.54 | 64.36 | 0.89 | 0.24 |
| Hex | 6D | 75 | 7 | 7 | 0 | 5E | 36 | 40 | 59 | 18 |
| Octal | 155 | 165 | 7 | 7 | 0 | 136 | 66 | 100 | 131 | 30 |
| Binary | 1101101 | 1110101 | 111 | 111 | 0 | 1011110 | 110110 | 1000000 | 1011001 | 11000 |
Color Harmonies of #6D7507
Complementary color
Monochromatic Colors of #6D7507
Black with #6D7507
Text Example
Text Example
White with #6D7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7507; }
p { color: rgb(109,117,7); }
H1.HeaderClassName
{
color: #6D7507;
}
.AnyTagClassName
{
color: #6D7507;
}
</style>
background-color css
<style>
a { background-color: #6D7507; }
a { background-color: rgb(109,117,7); }
div.DivClassName
{
background-color: #6D7507;
}
.BgClassName
{
background-color: #6D7507;
}
</style>
border-color css
<style>
span { border-color: #6D7507; }
span { border-color: rgb(109,117,7); }
td.TdClassName
{
border-color: #6D7507;
}
.TagClassName
{
border-color: #6D7507;
}
</style>