Shades of Olive Drab #6D9A25
Tints of Olive Drab #6D9A25
RGB
CMYK
RGB Variations
Color information
#6D9A25 (or 0x6D9A25) is known color: Olive Drab. HEX triplet: 6D, 9A and 25. RGB value is (109,154,37). Sum of RGB (Red+Green+Blue) = 109+154+37=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9A25 is #9265DA. Grayscale: #7F7F7F. Windows color (decimal): -9594331 or 2464365. OLE color: 2464365.
HSL color Cylindrical-coordinate representation of color #6D9A25: hue angle of 83.08º 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 #6D9A25 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 37 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.40 |
| HSL | 83.08º | 0.61% | 0.37% | - |
| HSV(B) | 83.08º | 0.76% | 0.6% | - |
| XYZ | 18.2 | 26.5 | 5.91 | - |
| YUV | 127.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 37 | 0.29 | 0 | 0.76 | 0.40 | 83.08 | 0.61 | 0.37 |
| Hex | 6D | 9A | 25 | 1D | 0 | 4C | 28 | 53 | 3D | 25 |
| Octal | 155 | 232 | 45 | 35 | 0 | 114 | 50 | 123 | 75 | 45 |
| Binary | 1101101 | 10011010 | 100101 | 11101 | 0 | 1001100 | 101000 | 1010011 | 111101 | 100101 |
Color Harmonies of #6D9A25
Complementary color
Monochromatic Colors of #6D9A25
Black with #6D9A25
Text Example
Text Example
White with #6D9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A25; }
p { color: rgb(109,154,37); }
H1.HeaderClassName
{
color: #6D9A25;
}
.AnyTagClassName
{
color: #6D9A25;
}
</style>
background-color css
<style>
a { background-color: #6D9A25; }
a { background-color: rgb(109,154,37); }
div.DivClassName
{
background-color: #6D9A25;
}
.BgClassName
{
background-color: #6D9A25;
}
</style>
border-color css
<style>
span { border-color: #6D9A25; }
span { border-color: rgb(109,154,37); }
td.TdClassName
{
border-color: #6D9A25;
}
.TagClassName
{
border-color: #6D9A25;
}
</style>