Shades of Olive Drab #6E9925
Tints of Olive Drab #6E9925
RGB
CMYK
RGB Variations
Color information
#6E9925 (or 0x6E9925) is known color: Olive Drab. HEX triplet: 6E, 99 and 25. RGB value is (110,153,37). Sum of RGB (Red+Green+Blue) = 110+153+37=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #6E9925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9925 is #9166DA. Grayscale: #7F7F7F. Windows color (decimal): -9529051 or 2464110. OLE color: 2464110.
HSL color Cylindrical-coordinate representation of color #6E9925: hue angle of 82.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E9925 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 37 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.4 |
| HSL | 82.24º | 0.61% | 0.37% | - |
| HSV(B) | 82.24º | 0.76% | 0.6% | - |
| XYZ | 18.16 | 26.23 | 5.86 | - |
| YUV | 126.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 37 | 0.28 | 0 | 0.76 | 0.4 | 82.24 | 0.61 | 0.37 |
| Hex | 6E | 99 | 25 | 1C | 0 | 4C | 28 | 52 | 3D | 25 |
| Octal | 156 | 231 | 45 | 34 | 0 | 114 | 50 | 122 | 75 | 45 |
| Binary | 1101110 | 10011001 | 100101 | 11100 | 0 | 1001100 | 101000 | 1010010 | 111101 | 100101 |
Color Harmonies of #6E9925
Complementary color
Monochromatic Colors of #6E9925
Black with #6E9925
Text Example
Text Example
White with #6E9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9925; }
p { color: rgb(110,153,37); }
H1.HeaderClassName
{
color: #6E9925;
}
.AnyTagClassName
{
color: #6E9925;
}
</style>
background-color css
<style>
a { background-color: #6E9925; }
a { background-color: rgb(110,153,37); }
div.DivClassName
{
background-color: #6E9925;
}
.BgClassName
{
background-color: #6E9925;
}
</style>
border-color css
<style>
span { border-color: #6E9925; }
span { border-color: rgb(110,153,37); }
td.TdClassName
{
border-color: #6E9925;
}
.TagClassName
{
border-color: #6E9925;
}
</style>