Shades of Olive #6E760A
Tints of Olive #6E760A
RGB
CMYK
RGB Variations
Color information
#6E760A (or 0x6E760A) is known color: Olive. HEX triplet: 6E, 76 and 0A. RGB value is (110,118,10). Sum of RGB (Red+Green+Blue) = 110+118+10=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #6E760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E760A is #9189F5. Grayscale: #676767. Windows color (decimal): -9538038 or 685678. OLE color: 685678.
HSL color Cylindrical-coordinate representation of color #6E760A: hue angle of 64.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E760A is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 10 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.54 |
| HSL | 64.44º | 0.84% | 0.25% | - |
| HSV(B) | 64.44º | 0.92% | 0.46% | - |
| XYZ | 12.96 | 16.29 | 2.75 | - |
| YUV | 103.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 10 | 0.07 | 0 | 0.92 | 0.54 | 64.44 | 0.84 | 0.25 |
| Hex | 6E | 76 | A | 7 | 0 | 5C | 36 | 40 | 54 | 19 |
| Octal | 156 | 166 | 12 | 7 | 0 | 134 | 66 | 100 | 124 | 31 |
| Binary | 1101110 | 1110110 | 1010 | 111 | 0 | 1011100 | 110110 | 1000000 | 1010100 | 11001 |
Color Harmonies of #6E760A
Complementary color
Monochromatic Colors of #6E760A
Black with #6E760A
Text Example
Text Example
White with #6E760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E760A; }
p { color: rgb(110,118,10); }
H1.HeaderClassName
{
color: #6E760A;
}
.AnyTagClassName
{
color: #6E760A;
}
</style>
background-color css
<style>
a { background-color: #6E760A; }
a { background-color: rgb(110,118,10); }
div.DivClassName
{
background-color: #6E760A;
}
.BgClassName
{
background-color: #6E760A;
}
</style>
border-color css
<style>
span { border-color: #6E760A; }
span { border-color: rgb(110,118,10); }
td.TdClassName
{
border-color: #6E760A;
}
.TagClassName
{
border-color: #6E760A;
}
</style>