Shades of Olive Drab #6D8728
Tints of Olive Drab #6D8728
RGB
CMYK
RGB Variations
Color information
#6D8728 (or 0x6D8728) is known color: Olive Drab. HEX triplet: 6D, 87 and 28. RGB value is (109,135,40). Sum of RGB (Red+Green+Blue) = 109+135+40=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8728 is #9278D7. Grayscale: #747474. Windows color (decimal): -9599192 or 2656109. OLE color: 2656109.
HSL color Cylindrical-coordinate representation of color #6D8728: hue angle of 76.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D8728 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 40 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.47 |
| HSL | 76.42º | 0.54% | 0.34% | - |
| HSV(B) | 76.42º | 0.7% | 0.53% | - |
| XYZ | 15.35 | 20.73 | 5.2 | - |
| YUV | 116.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 40 | 0.19 | 0 | 0.70 | 0.47 | 76.42 | 0.54 | 0.34 |
| Hex | 6D | 87 | 28 | 13 | 0 | 46 | 2F | 4C | 36 | 22 |
| Octal | 155 | 207 | 50 | 23 | 0 | 106 | 57 | 114 | 66 | 42 |
| Binary | 1101101 | 10000111 | 101000 | 10011 | 0 | 1000110 | 101111 | 1001100 | 110110 | 100010 |
Color Harmonies of #6D8728
Complementary color
Monochromatic Colors of #6D8728
Black with #6D8728
Text Example
Text Example
White with #6D8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8728; }
p { color: rgb(109,135,40); }
H1.HeaderClassName
{
color: #6D8728;
}
.AnyTagClassName
{
color: #6D8728;
}
</style>
background-color css
<style>
a { background-color: #6D8728; }
a { background-color: rgb(109,135,40); }
div.DivClassName
{
background-color: #6D8728;
}
.BgClassName
{
background-color: #6D8728;
}
</style>
border-color css
<style>
span { border-color: #6D8728; }
span { border-color: rgb(109,135,40); }
td.TdClassName
{
border-color: #6D8728;
}
.TagClassName
{
border-color: #6D8728;
}
</style>