Shades of Olive #6E7100
Tints of Olive #6E7100
RGB
CMYK
RGB Variations
Color information
#6E7100 (or 0x6E7100) is known color: Olive. HEX triplet: 6E, 71 and 00. RGB value is (110,113,0). Sum of RGB (Red+Green+Blue) = 110+113+0=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7100 is #918EFF. Grayscale: #636363. Windows color (decimal): -9539328 or 29038. OLE color: 29038.
HSL color Cylindrical-coordinate representation of color #6E7100: hue angle of 61.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E7100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.56 |
| HSL | 61.59º | 1% | 0.22% | - |
| HSV(B) | 61.59º | 1% | 0.44% | - |
| XYZ | 12.34 | 15.13 | 2.27 | - |
| YUV | 99.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 0 | 0.03 | 0 | 1 | 0.56 | 61.59 | 1 | 0.22 |
| Hex | 6E | 71 | 0 | 3 | 0 | 64 | 38 | 3E | 64 | 16 |
| Octal | 156 | 161 | 0 | 3 | 0 | 144 | 70 | 76 | 144 | 26 |
| Binary | 1101110 | 1110001 | 0 | 11 | 0 | 1100100 | 111000 | 111110 | 1100100 | 10110 |
Color Harmonies of #6E7100
Complementary color
Monochromatic Colors of #6E7100
Black with #6E7100
Text Example
Text Example
White with #6E7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7100; }
p { color: rgb(110,113,0); }
H1.HeaderClassName
{
color: #6E7100;
}
.AnyTagClassName
{
color: #6E7100;
}
</style>
background-color css
<style>
a { background-color: #6E7100; }
a { background-color: rgb(110,113,0); }
div.DivClassName
{
background-color: #6E7100;
}
.BgClassName
{
background-color: #6E7100;
}
</style>
border-color css
<style>
span { border-color: #6E7100; }
span { border-color: rgb(110,113,0); }
td.TdClassName
{
border-color: #6E7100;
}
.TagClassName
{
border-color: #6E7100;
}
</style>