Shades of Olive #6E710C
Tints of Olive #6E710C
RGB
CMYK
RGB Variations
Color information
#6E710C (or 0x6E710C) is known color: Olive. HEX triplet: 6E, 71 and 0C. RGB value is (110,113,12). Sum of RGB (Red+Green+Blue) = 110+113+12=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #6E710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E710C is #918EF3. Grayscale: #646464. Windows color (decimal): -9539316 or 815470. OLE color: 815470.
HSL color Cylindrical-coordinate representation of color #6E710C: hue angle of 61.78º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E710C is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 12 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.56 |
| HSL | 61.78º | 0.81% | 0.25% | - |
| HSV(B) | 61.78º | 0.89% | 0.44% | - |
| XYZ | 12.4 | 15.15 | 2.62 | - |
| YUV | 100.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 12 | 0.03 | 0 | 0.89 | 0.56 | 61.78 | 0.81 | 0.25 |
| Hex | 6E | 71 | C | 3 | 0 | 59 | 38 | 3E | 51 | 19 |
| Octal | 156 | 161 | 14 | 3 | 0 | 131 | 70 | 76 | 121 | 31 |
| Binary | 1101110 | 1110001 | 1100 | 11 | 0 | 1011001 | 111000 | 111110 | 1010001 | 11001 |
Color Harmonies of #6E710C
Complementary color
Monochromatic Colors of #6E710C
Black with #6E710C
Text Example
Text Example
White with #6E710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E710C; }
p { color: rgb(110,113,12); }
H1.HeaderClassName
{
color: #6E710C;
}
.AnyTagClassName
{
color: #6E710C;
}
</style>
background-color css
<style>
a { background-color: #6E710C; }
a { background-color: rgb(110,113,12); }
div.DivClassName
{
background-color: #6E710C;
}
.BgClassName
{
background-color: #6E710C;
}
</style>
border-color css
<style>
span { border-color: #6E710C; }
span { border-color: rgb(110,113,12); }
td.TdClassName
{
border-color: #6E710C;
}
.TagClassName
{
border-color: #6E710C;
}
</style>