Shades of Olive Drab #6C8728
Tints of Olive Drab #6C8728
RGB
CMYK
RGB Variations
Color information
#6C8728 (or 0x6C8728) is known color: Olive Drab. HEX triplet: 6C, 87 and 28. RGB value is (108,135,40). Sum of RGB (Red+Green+Blue) = 108+135+40=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8728 is #9378D7. Grayscale: #747474. Windows color (decimal): -9664728 or 2656108. OLE color: 2656108.
HSL color Cylindrical-coordinate representation of color #6C8728: hue angle of 77.05º 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 #6C8728 is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 40 | - |
| CMYK | 0.2 | 0 | 0.70 | 0.47 |
| HSL | 77.05º | 0.54% | 0.34% | - |
| HSV(B) | 77.05º | 0.7% | 0.53% | - |
| XYZ | 15.23 | 20.67 | 5.19 | - |
| YUV | 116.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 40 | 0.2 | 0 | 0.70 | 0.47 | 77.05 | 0.54 | 0.34 |
| Hex | 6C | 87 | 28 | 14 | 0 | 46 | 2F | 4D | 36 | 22 |
| Octal | 154 | 207 | 50 | 24 | 0 | 106 | 57 | 115 | 66 | 42 |
| Binary | 1101100 | 10000111 | 101000 | 10100 | 0 | 1000110 | 101111 | 1001101 | 110110 | 100010 |
Color Harmonies of #6C8728
Complementary color
Monochromatic Colors of #6C8728
Black with #6C8728
Text Example
Text Example
White with #6C8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8728; }
p { color: rgb(108,135,40); }
H1.HeaderClassName
{
color: #6C8728;
}
.AnyTagClassName
{
color: #6C8728;
}
</style>
background-color css
<style>
a { background-color: #6C8728; }
a { background-color: rgb(108,135,40); }
div.DivClassName
{
background-color: #6C8728;
}
.BgClassName
{
background-color: #6C8728;
}
</style>
border-color css
<style>
span { border-color: #6C8728; }
span { border-color: rgb(108,135,40); }
td.TdClassName
{
border-color: #6C8728;
}
.TagClassName
{
border-color: #6C8728;
}
</style>