Shades of Olive Drab #6C8731
Tints of Olive Drab #6C8731
RGB
CMYK
RGB Variations
Color information
#6C8731 (or 0x6C8731) is known color: Olive Drab. HEX triplet: 6C, 87 and 31. RGB value is (108,135,49). Sum of RGB (Red+Green+Blue) = 108+135+49=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8731 is #9378CE. Grayscale: #757575. Windows color (decimal): -9664719 or 3245932. OLE color: 3245932.
HSL color Cylindrical-coordinate representation of color #6C8731: hue angle of 78.84º 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 #6C8731 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 49 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.47 |
| HSL | 78.84º | 0.47% | 0.36% | - |
| HSV(B) | 78.84º | 0.64% | 0.53% | - |
| XYZ | 15.4 | 20.74 | 6.1 | - |
| YUV | 117.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 49 | 0.2 | 0 | 0.64 | 0.47 | 78.84 | 0.47 | 0.36 |
| Hex | 6C | 87 | 31 | 14 | 0 | 40 | 2F | 4F | 2F | 24 |
| Octal | 154 | 207 | 61 | 24 | 0 | 100 | 57 | 117 | 57 | 44 |
| Binary | 1101100 | 10000111 | 110001 | 10100 | 0 | 1000000 | 101111 | 1001111 | 101111 | 100100 |
Color Harmonies of #6C8731
Complementary color
Monochromatic Colors of #6C8731
Black with #6C8731
Text Example
Text Example
White with #6C8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8731; }
p { color: rgb(108,135,49); }
H1.HeaderClassName
{
color: #6C8731;
}
.AnyTagClassName
{
color: #6C8731;
}
</style>
background-color css
<style>
a { background-color: #6C8731; }
a { background-color: rgb(108,135,49); }
div.DivClassName
{
background-color: #6C8731;
}
.BgClassName
{
background-color: #6C8731;
}
</style>
border-color css
<style>
span { border-color: #6C8731; }
span { border-color: rgb(108,135,49); }
td.TdClassName
{
border-color: #6C8731;
}
.TagClassName
{
border-color: #6C8731;
}
</style>