Shades of Olive Drab #6D8E28
Tints of Olive Drab #6D8E28
RGB
CMYK
RGB Variations
Color information
#6D8E28 (or 0x6D8E28) is known color: Olive Drab. HEX triplet: 6D, 8E and 28. RGB value is (109,142,40). Sum of RGB (Red+Green+Blue) = 109+142+40=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8E28 is #9271D7. Grayscale: #787878. Windows color (decimal): -9597400 or 2657901. OLE color: 2657901.
HSL color Cylindrical-coordinate representation of color #6D8E28: hue angle of 79.41º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D8E28 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 142 | 40 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.44 |
| HSL | 79.41º | 0.56% | 0.36% | - |
| HSV(B) | 79.41º | 0.72% | 0.56% | - |
| XYZ | 16.36 | 22.75 | 5.54 | - |
| YUV | 120.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 40 | 0.23 | 0 | 0.72 | 0.44 | 79.41 | 0.56 | 0.36 |
| Hex | 6D | 8E | 28 | 17 | 0 | 48 | 2C | 4F | 38 | 24 |
| Octal | 155 | 216 | 50 | 27 | 0 | 110 | 54 | 117 | 70 | 44 |
| Binary | 1101101 | 10001110 | 101000 | 10111 | 0 | 1001000 | 101100 | 1001111 | 111000 | 100100 |
Color Harmonies of #6D8E28
Complementary color
Monochromatic Colors of #6D8E28
Black with #6D8E28
Text Example
Text Example
White with #6D8E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8E28; }
p { color: rgb(109,142,40); }
H1.HeaderClassName
{
color: #6D8E28;
}
.AnyTagClassName
{
color: #6D8E28;
}
</style>
background-color css
<style>
a { background-color: #6D8E28; }
a { background-color: rgb(109,142,40); }
div.DivClassName
{
background-color: #6D8E28;
}
.BgClassName
{
background-color: #6D8E28;
}
</style>
border-color css
<style>
span { border-color: #6D8E28; }
span { border-color: rgb(109,142,40); }
td.TdClassName
{
border-color: #6D8E28;
}
.TagClassName
{
border-color: #6D8E28;
}
</style>