Shades of Olive #6E820A
Tints of Olive #6E820A
RGB
CMYK
RGB Variations
Color information
#6E820A (or 0x6E820A) is known color: Olive. HEX triplet: 6E, 82 and 0A. RGB value is (110,130,10). Sum of RGB (Red+Green+Blue) = 110+130+10=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #6E820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E820A is #917DF5. Grayscale: #6E6E6E. Windows color (decimal): -9534966 or 688750. OLE color: 688750.
HSL color Cylindrical-coordinate representation of color #6E820A: hue angle of 70º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E820A is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 10 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.49 |
| HSL | 70º | 0.86% | 0.27% | - |
| HSV(B) | 70º | 0.92% | 0.51% | - |
| XYZ | 14.47 | 19.3 | 3.25 | - |
| YUV | 110.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 10 | 0.15 | 0 | 0.92 | 0.49 | 70 | 0.86 | 0.27 |
| Hex | 6E | 82 | A | F | 0 | 5C | 31 | 46 | 56 | 1B |
| Octal | 156 | 202 | 12 | 17 | 0 | 134 | 61 | 106 | 126 | 33 |
| Binary | 1101110 | 10000010 | 1010 | 1111 | 0 | 1011100 | 110001 | 1000110 | 1010110 | 11011 |
Color Harmonies of #6E820A
Complementary color
Monochromatic Colors of #6E820A
Black with #6E820A
Text Example
Text Example
White with #6E820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E820A; }
p { color: rgb(110,130,10); }
H1.HeaderClassName
{
color: #6E820A;
}
.AnyTagClassName
{
color: #6E820A;
}
</style>
background-color css
<style>
a { background-color: #6E820A; }
a { background-color: rgb(110,130,10); }
div.DivClassName
{
background-color: #6E820A;
}
.BgClassName
{
background-color: #6E820A;
}
</style>
border-color css
<style>
span { border-color: #6E820A; }
span { border-color: rgb(110,130,10); }
td.TdClassName
{
border-color: #6E820A;
}
.TagClassName
{
border-color: #6E820A;
}
</style>