Shades of Olive #6E7601
Tints of Olive #6E7601
RGB
CMYK
RGB Variations
Color information
#6E7601 (or 0x6E7601) is known color: Olive. HEX triplet: 6E, 76 and 01. RGB value is (110,118,1). Sum of RGB (Red+Green+Blue) = 110+118+1=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7601 is #9189FE. Grayscale: #666666. Windows color (decimal): -9538047 or 95854. OLE color: 95854.
HSL color Cylindrical-coordinate representation of color #6E7601: hue angle of 64.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E7601 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.54 |
| HSL | 64.1º | 0.98% | 0.23% | - |
| HSV(B) | 64.1º | 0.99% | 0.46% | - |
| XYZ | 12.91 | 16.27 | 2.49 | - |
| YUV | 102.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 1 | 0.07 | 0 | 0.99 | 0.54 | 64.1 | 0.98 | 0.23 |
| Hex | 6E | 76 | 1 | 7 | 0 | 63 | 36 | 40 | 62 | 17 |
| Octal | 156 | 166 | 1 | 7 | 0 | 143 | 66 | 100 | 142 | 27 |
| Binary | 1101110 | 1110110 | 1 | 111 | 0 | 1100011 | 110110 | 1000000 | 1100010 | 10111 |
Color Harmonies of #6E7601
Complementary color
Monochromatic Colors of #6E7601
Black with #6E7601
Text Example
Text Example
White with #6E7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7601; }
p { color: rgb(110,118,1); }
H1.HeaderClassName
{
color: #6E7601;
}
.AnyTagClassName
{
color: #6E7601;
}
</style>
background-color css
<style>
a { background-color: #6E7601; }
a { background-color: rgb(110,118,1); }
div.DivClassName
{
background-color: #6E7601;
}
.BgClassName
{
background-color: #6E7601;
}
</style>
border-color css
<style>
span { border-color: #6E7601; }
span { border-color: rgb(110,118,1); }
td.TdClassName
{
border-color: #6E7601;
}
.TagClassName
{
border-color: #6E7601;
}
</style>