Shades of Olive #6E9201
Tints of Olive #6E9201
RGB
CMYK
RGB Variations
Color information
#6E9201 (or 0x6E9201) is known color: Olive. HEX triplet: 6E, 92 and 01. RGB value is (110,146,1). Sum of RGB (Red+Green+Blue) = 110+146+1=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9201 is #916DFE. Grayscale: #777777. Windows color (decimal): -9530879 or 103022. OLE color: 103022.
HSL color Cylindrical-coordinate representation of color #6E9201: hue angle of 74.9º 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 #6E9201 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.43 |
| HSL | 74.9º | 0.99% | 0.29% | - |
| HSV(B) | 74.9º | 0.99% | 0.57% | - |
| XYZ | 16.71 | 23.87 | 3.76 | - |
| YUV | 118.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 1 | 0.25 | 0 | 0.99 | 0.43 | 74.9 | 0.99 | 0.29 |
| Hex | 6E | 92 | 1 | 19 | 0 | 63 | 2B | 4B | 63 | 1D |
| Octal | 156 | 222 | 1 | 31 | 0 | 143 | 53 | 113 | 143 | 35 |
| Binary | 1101110 | 10010010 | 1 | 11001 | 0 | 1100011 | 101011 | 1001011 | 1100011 | 11101 |
Color Harmonies of #6E9201
Complementary color
Monochromatic Colors of #6E9201
Black with #6E9201
Text Example
Text Example
White with #6E9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9201; }
p { color: rgb(110,146,1); }
H1.HeaderClassName
{
color: #6E9201;
}
.AnyTagClassName
{
color: #6E9201;
}
</style>
background-color css
<style>
a { background-color: #6E9201; }
a { background-color: rgb(110,146,1); }
div.DivClassName
{
background-color: #6E9201;
}
.BgClassName
{
background-color: #6E9201;
}
</style>
border-color css
<style>
span { border-color: #6E9201; }
span { border-color: rgb(110,146,1); }
td.TdClassName
{
border-color: #6E9201;
}
.TagClassName
{
border-color: #6E9201;
}
</style>