Shades of Olive #6E700C
Tints of Olive #6E700C
RGB
CMYK
RGB Variations
Color information
#6E700C (or 0x6E700C) is known color: Olive. HEX triplet: 6E, 70 and 0C. RGB value is (110,112,12). Sum of RGB (Red+Green+Blue) = 110+112+12=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #6E700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E700C is #918FF3. Grayscale: #646464. Windows color (decimal): -9539572 or 815214. OLE color: 815214.
HSL color Cylindrical-coordinate representation of color #6E700C: hue angle of 61.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E700C is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 12 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.56 |
| HSL | 61.2º | 0.81% | 0.24% | - |
| HSV(B) | 61.2º | 0.89% | 0.44% | - |
| XYZ | 12.29 | 14.93 | 2.58 | - |
| YUV | 100 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 12 | 0.02 | 0 | 0.89 | 0.56 | 61.2 | 0.81 | 0.24 |
| Hex | 6E | 70 | C | 2 | 0 | 59 | 38 | 3D | 51 | 18 |
| Octal | 156 | 160 | 14 | 2 | 0 | 131 | 70 | 75 | 121 | 30 |
| Binary | 1101110 | 1110000 | 1100 | 10 | 0 | 1011001 | 111000 | 111101 | 1010001 | 11000 |
Color Harmonies of #6E700C
Complementary color
Monochromatic Colors of #6E700C
Black with #6E700C
Text Example
Text Example
White with #6E700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E700C; }
p { color: rgb(110,112,12); }
H1.HeaderClassName
{
color: #6E700C;
}
.AnyTagClassName
{
color: #6E700C;
}
</style>
background-color css
<style>
a { background-color: #6E700C; }
a { background-color: rgb(110,112,12); }
div.DivClassName
{
background-color: #6E700C;
}
.BgClassName
{
background-color: #6E700C;
}
</style>
border-color css
<style>
span { border-color: #6E700C; }
span { border-color: rgb(110,112,12); }
td.TdClassName
{
border-color: #6E700C;
}
.TagClassName
{
border-color: #6E700C;
}
</style>