Shades of Olive Drab #6C8828
Tints of Olive Drab #6C8828
RGB
CMYK
RGB Variations
Color information
#6C8828 (or 0x6C8828) is known color: Olive Drab. HEX triplet: 6C, 88 and 28. RGB value is (108,136,40). Sum of RGB (Red+Green+Blue) = 108+136+40=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8828 is #9377D7. Grayscale: #757575. Windows color (decimal): -9664472 or 2656364. OLE color: 2656364.
HSL color Cylindrical-coordinate representation of color #6C8828: hue angle of 77.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C8828 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 40 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.47 |
| HSL | 77.5º | 0.55% | 0.35% | - |
| HSV(B) | 77.5º | 0.71% | 0.53% | - |
| XYZ | 15.37 | 20.95 | 5.24 | - |
| YUV | 116.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 40 | 0.21 | 0 | 0.71 | 0.47 | 77.5 | 0.55 | 0.35 |
| Hex | 6C | 88 | 28 | 15 | 0 | 47 | 2F | 4E | 37 | 23 |
| Octal | 154 | 210 | 50 | 25 | 0 | 107 | 57 | 116 | 67 | 43 |
| Binary | 1101100 | 10001000 | 101000 | 10101 | 0 | 1000111 | 101111 | 1001110 | 110111 | 100011 |
Color Harmonies of #6C8828
Complementary color
Monochromatic Colors of #6C8828
Black with #6C8828
Text Example
Text Example
White with #6C8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8828; }
p { color: rgb(108,136,40); }
H1.HeaderClassName
{
color: #6C8828;
}
.AnyTagClassName
{
color: #6C8828;
}
</style>
background-color css
<style>
a { background-color: #6C8828; }
a { background-color: rgb(108,136,40); }
div.DivClassName
{
background-color: #6C8828;
}
.BgClassName
{
background-color: #6C8828;
}
</style>
border-color css
<style>
span { border-color: #6C8828; }
span { border-color: rgb(108,136,40); }
td.TdClassName
{
border-color: #6C8828;
}
.TagClassName
{
border-color: #6C8828;
}
</style>