Shades of Olive #6E9101
Tints of Olive #6E9101
RGB
CMYK
RGB Variations
Color information
#6E9101 (or 0x6E9101) is known color: Olive. HEX triplet: 6E, 91 and 01. RGB value is (110,145,1). Sum of RGB (Red+Green+Blue) = 110+145+1=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9101 is #916EFE. Grayscale: #767676. Windows color (decimal): -9531135 or 102766. OLE color: 102766.
HSL color Cylindrical-coordinate representation of color #6E9101: hue angle of 74.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E9101 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.43 |
| HSL | 74.58º | 0.99% | 0.29% | - |
| HSV(B) | 74.58º | 0.99% | 0.57% | - |
| XYZ | 16.56 | 23.57 | 3.7 | - |
| YUV | 118.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 1 | 0.24 | 0 | 0.99 | 0.43 | 74.58 | 0.99 | 0.29 |
| Hex | 6E | 91 | 1 | 18 | 0 | 63 | 2B | 4B | 63 | 1D |
| Octal | 156 | 221 | 1 | 30 | 0 | 143 | 53 | 113 | 143 | 35 |
| Binary | 1101110 | 10010001 | 1 | 11000 | 0 | 1100011 | 101011 | 1001011 | 1100011 | 11101 |
Color Harmonies of #6E9101
Complementary color
Monochromatic Colors of #6E9101
Black with #6E9101
Text Example
Text Example
White with #6E9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9101; }
p { color: rgb(110,145,1); }
H1.HeaderClassName
{
color: #6E9101;
}
.AnyTagClassName
{
color: #6E9101;
}
</style>
background-color css
<style>
a { background-color: #6E9101; }
a { background-color: rgb(110,145,1); }
div.DivClassName
{
background-color: #6E9101;
}
.BgClassName
{
background-color: #6E9101;
}
</style>
border-color css
<style>
span { border-color: #6E9101; }
span { border-color: rgb(110,145,1); }
td.TdClassName
{
border-color: #6E9101;
}
.TagClassName
{
border-color: #6E9101;
}
</style>