Shades of Olive #6E760D
Tints of Olive #6E760D
RGB
CMYK
RGB Variations
Color information
#6E760D (or 0x6E760D) is known color: Olive. HEX triplet: 6E, 76 and 0D. RGB value is (110,118,13). Sum of RGB (Red+Green+Blue) = 110+118+13=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #6E760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E760D is #9189F2. Grayscale: #686868. Windows color (decimal): -9538035 or 882286. OLE color: 882286.
HSL color Cylindrical-coordinate representation of color #6E760D: hue angle of 64.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E760D is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 13 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.54 |
| HSL | 64.57º | 0.8% | 0.26% | - |
| HSV(B) | 64.57º | 0.89% | 0.46% | - |
| XYZ | 12.98 | 16.3 | 2.84 | - |
| YUV | 103.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 13 | 0.07 | 0 | 0.89 | 0.54 | 64.57 | 0.8 | 0.26 |
| Hex | 6E | 76 | D | 7 | 0 | 59 | 36 | 41 | 50 | 1A |
| Octal | 156 | 166 | 15 | 7 | 0 | 131 | 66 | 101 | 120 | 32 |
| Binary | 1101110 | 1110110 | 1101 | 111 | 0 | 1011001 | 110110 | 1000001 | 1010000 | 11010 |
Color Harmonies of #6E760D
Complementary color
Monochromatic Colors of #6E760D
Black with #6E760D
Text Example
Text Example
White with #6E760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E760D; }
p { color: rgb(110,118,13); }
H1.HeaderClassName
{
color: #6E760D;
}
.AnyTagClassName
{
color: #6E760D;
}
</style>
background-color css
<style>
a { background-color: #6E760D; }
a { background-color: rgb(110,118,13); }
div.DivClassName
{
background-color: #6E760D;
}
.BgClassName
{
background-color: #6E760D;
}
</style>
border-color css
<style>
span { border-color: #6E760D; }
span { border-color: rgb(110,118,13); }
td.TdClassName
{
border-color: #6E760D;
}
.TagClassName
{
border-color: #6E760D;
}
</style>