Shades of Olive #6E9301
Tints of Olive #6E9301
RGB
CMYK
RGB Variations
Color information
#6E9301 (or 0x6E9301) is known color: Olive. HEX triplet: 6E, 93 and 01. RGB value is (110,147,1). Sum of RGB (Red+Green+Blue) = 110+147+1=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9301 is #916CFE. Grayscale: #777777. Windows color (decimal): -9530623 or 103278. OLE color: 103278.
HSL color Cylindrical-coordinate representation of color #6E9301: hue angle of 75.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E9301 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.42 |
| HSL | 75.21º | 0.99% | 0.29% | - |
| HSV(B) | 75.21º | 0.99% | 0.58% | - |
| XYZ | 16.87 | 24.18 | 3.81 | - |
| YUV | 119.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 1 | 0.25 | 0 | 0.99 | 0.42 | 75.21 | 0.99 | 0.29 |
| Hex | 6E | 93 | 1 | 19 | 0 | 63 | 2A | 4B | 63 | 1D |
| Octal | 156 | 223 | 1 | 31 | 0 | 143 | 52 | 113 | 143 | 35 |
| Binary | 1101110 | 10010011 | 1 | 11001 | 0 | 1100011 | 101010 | 1001011 | 1100011 | 11101 |
Color Harmonies of #6E9301
Complementary color
Monochromatic Colors of #6E9301
Black with #6E9301
Text Example
Text Example
White with #6E9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9301; }
p { color: rgb(110,147,1); }
H1.HeaderClassName
{
color: #6E9301;
}
.AnyTagClassName
{
color: #6E9301;
}
</style>
background-color css
<style>
a { background-color: #6E9301; }
a { background-color: rgb(110,147,1); }
div.DivClassName
{
background-color: #6E9301;
}
.BgClassName
{
background-color: #6E9301;
}
</style>
border-color css
<style>
span { border-color: #6E9301; }
span { border-color: rgb(110,147,1); }
td.TdClassName
{
border-color: #6E9301;
}
.TagClassName
{
border-color: #6E9301;
}
</style>