Shades of Olive Drab #6C8628
Tints of Olive Drab #6C8628
RGB
CMYK
RGB Variations
Color information
#6C8628 (or 0x6C8628) is known color: Olive Drab. HEX triplet: 6C, 86 and 28. RGB value is (108,134,40). Sum of RGB (Red+Green+Blue) = 108+134+40=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8628 is #9379D7. Grayscale: #737373. Windows color (decimal): -9664984 or 2655852. OLE color: 2655852.
HSL color Cylindrical-coordinate representation of color #6C8628: hue angle of 76.6º 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 #6C8628 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 40 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.47 |
| HSL | 76.6º | 0.54% | 0.34% | - |
| HSV(B) | 76.6º | 0.7% | 0.53% | - |
| XYZ | 15.09 | 20.39 | 5.15 | - |
| YUV | 115.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 40 | 0.19 | 0 | 0.70 | 0.47 | 76.6 | 0.54 | 0.34 |
| Hex | 6C | 86 | 28 | 13 | 0 | 46 | 2F | 4D | 36 | 22 |
| Octal | 154 | 206 | 50 | 23 | 0 | 106 | 57 | 115 | 66 | 42 |
| Binary | 1101100 | 10000110 | 101000 | 10011 | 0 | 1000110 | 101111 | 1001101 | 110110 | 100010 |
Color Harmonies of #6C8628
Complementary color
Monochromatic Colors of #6C8628
Black with #6C8628
Text Example
Text Example
White with #6C8628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8628; }
p { color: rgb(108,134,40); }
H1.HeaderClassName
{
color: #6C8628;
}
.AnyTagClassName
{
color: #6C8628;
}
</style>
background-color css
<style>
a { background-color: #6C8628; }
a { background-color: rgb(108,134,40); }
div.DivClassName
{
background-color: #6C8628;
}
.BgClassName
{
background-color: #6C8628;
}
</style>
border-color css
<style>
span { border-color: #6C8628; }
span { border-color: rgb(108,134,40); }
td.TdClassName
{
border-color: #6C8628;
}
.TagClassName
{
border-color: #6C8628;
}
</style>