Shades of Olive Drab #6C8831
Tints of Olive Drab #6C8831
RGB
CMYK
RGB Variations
Color information
#6C8831 (or 0x6C8831) is known color: Olive Drab. HEX triplet: 6C, 88 and 31. RGB value is (108,136,49). Sum of RGB (Red+Green+Blue) = 108+136+49=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8831 is #9377CE. Grayscale: #767676. Windows color (decimal): -9664463 or 3246188. OLE color: 3246188.
HSL color Cylindrical-coordinate representation of color #6C8831: hue angle of 79.31º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C8831 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 49 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.47 |
| HSL | 79.31º | 0.47% | 0.36% | - |
| HSV(B) | 79.31º | 0.64% | 0.53% | - |
| XYZ | 15.54 | 21.02 | 6.14 | - |
| YUV | 117.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 49 | 0.21 | 0 | 0.64 | 0.47 | 79.31 | 0.47 | 0.36 |
| Hex | 6C | 88 | 31 | 15 | 0 | 40 | 2F | 4F | 2F | 24 |
| Octal | 154 | 210 | 61 | 25 | 0 | 100 | 57 | 117 | 57 | 44 |
| Binary | 1101100 | 10001000 | 110001 | 10101 | 0 | 1000000 | 101111 | 1001111 | 101111 | 100100 |
Color Harmonies of #6C8831
Complementary color
Monochromatic Colors of #6C8831
Black with #6C8831
Text Example
Text Example
White with #6C8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8831; }
p { color: rgb(108,136,49); }
H1.HeaderClassName
{
color: #6C8831;
}
.AnyTagClassName
{
color: #6C8831;
}
</style>
background-color css
<style>
a { background-color: #6C8831; }
a { background-color: rgb(108,136,49); }
div.DivClassName
{
background-color: #6C8831;
}
.BgClassName
{
background-color: #6C8831;
}
</style>
border-color css
<style>
span { border-color: #6C8831; }
span { border-color: rgb(108,136,49); }
td.TdClassName
{
border-color: #6C8831;
}
.TagClassName
{
border-color: #6C8831;
}
</style>