Shades of Olive #6D750A
Tints of Olive #6D750A
RGB
CMYK
RGB Variations
Color information
#6D750A (or 0x6D750A) is known color: Olive. HEX triplet: 6D, 75 and 0A. RGB value is (109,117,10). Sum of RGB (Red+Green+Blue) = 109+117+10=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #6D750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D750A is #928AF5. Grayscale: #666666. Windows color (decimal): -9603830 or 685421. OLE color: 685421.
HSL color Cylindrical-coordinate representation of color #6D750A: hue angle of 64.49º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D750A is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 10 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.54 |
| HSL | 64.49º | 0.84% | 0.25% | - |
| HSV(B) | 64.49º | 0.91% | 0.46% | - |
| XYZ | 12.72 | 16 | 2.7 | - |
| YUV | 102.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 10 | 0.07 | 0 | 0.91 | 0.54 | 64.49 | 0.84 | 0.25 |
| Hex | 6D | 75 | A | 7 | 0 | 5B | 36 | 40 | 54 | 19 |
| Octal | 155 | 165 | 12 | 7 | 0 | 133 | 66 | 100 | 124 | 31 |
| Binary | 1101101 | 1110101 | 1010 | 111 | 0 | 1011011 | 110110 | 1000000 | 1010100 | 11001 |
Color Harmonies of #6D750A
Complementary color
Monochromatic Colors of #6D750A
Black with #6D750A
Text Example
Text Example
White with #6D750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D750A; }
p { color: rgb(109,117,10); }
H1.HeaderClassName
{
color: #6D750A;
}
.AnyTagClassName
{
color: #6D750A;
}
</style>
background-color css
<style>
a { background-color: #6D750A; }
a { background-color: rgb(109,117,10); }
div.DivClassName
{
background-color: #6D750A;
}
.BgClassName
{
background-color: #6D750A;
}
</style>
border-color css
<style>
span { border-color: #6D750A; }
span { border-color: rgb(109,117,10); }
td.TdClassName
{
border-color: #6D750A;
}
.TagClassName
{
border-color: #6D750A;
}
</style>