Shades of Olive #6E750C
Tints of Olive #6E750C
RGB
CMYK
RGB Variations
Color information
#6E750C (or 0x6E750C) is known color: Olive. HEX triplet: 6E, 75 and 0C. RGB value is (110,117,12). Sum of RGB (Red+Green+Blue) = 110+117+12=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #6E750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E750C is #918AF3. Grayscale: #676767. Windows color (decimal): -9538292 or 816494. OLE color: 816494.
HSL color Cylindrical-coordinate representation of color #6E750C: hue angle of 64º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E750C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 12 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.54 |
| HSL | 64º | 0.81% | 0.25% | - |
| HSV(B) | 64º | 0.9% | 0.46% | - |
| XYZ | 12.86 | 16.06 | 2.77 | - |
| YUV | 102.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 12 | 0.06 | 0 | 0.90 | 0.54 | 64 | 0.81 | 0.25 |
| Hex | 6E | 75 | C | 6 | 0 | 5A | 36 | 40 | 51 | 19 |
| Octal | 156 | 165 | 14 | 6 | 0 | 132 | 66 | 100 | 121 | 31 |
| Binary | 1101110 | 1110101 | 1100 | 110 | 0 | 1011010 | 110110 | 1000000 | 1010001 | 11001 |
Color Harmonies of #6E750C
Complementary color
Monochromatic Colors of #6E750C
Black with #6E750C
Text Example
Text Example
White with #6E750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E750C; }
p { color: rgb(110,117,12); }
H1.HeaderClassName
{
color: #6E750C;
}
.AnyTagClassName
{
color: #6E750C;
}
</style>
background-color css
<style>
a { background-color: #6E750C; }
a { background-color: rgb(110,117,12); }
div.DivClassName
{
background-color: #6E750C;
}
.BgClassName
{
background-color: #6E750C;
}
</style>
border-color css
<style>
span { border-color: #6E750C; }
span { border-color: rgb(110,117,12); }
td.TdClassName
{
border-color: #6E750C;
}
.TagClassName
{
border-color: #6E750C;
}
</style>