Shades of Olive Drab #6C8832
Tints of Olive Drab #6C8832
RGB
CMYK
RGB Variations
Color information
#6C8832 (or 0x6C8832) is known color: Olive Drab. HEX triplet: 6C, 88 and 32. RGB value is (108,136,50). Sum of RGB (Red+Green+Blue) = 108+136+50=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8832 is #9377CD. Grayscale: #767676. Windows color (decimal): -9664462 or 3311724. OLE color: 3311724.
HSL color Cylindrical-coordinate representation of color #6C8832: hue angle of 79.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C8832 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 50 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.47 |
| HSL | 79.53º | 0.46% | 0.36% | - |
| HSV(B) | 79.53º | 0.63% | 0.53% | - |
| XYZ | 15.56 | 21.03 | 6.26 | - |
| YUV | 117.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 50 | 0.21 | 0 | 0.63 | 0.47 | 79.53 | 0.46 | 0.36 |
| Hex | 6C | 88 | 32 | 15 | 0 | 3F | 2F | 50 | 2E | 24 |
| Octal | 154 | 210 | 62 | 25 | 0 | 77 | 57 | 120 | 56 | 44 |
| Binary | 1101100 | 10001000 | 110010 | 10101 | 0 | 111111 | 101111 | 1010000 | 101110 | 100100 |
Color Harmonies of #6C8832
Complementary color
Monochromatic Colors of #6C8832
Black with #6C8832
Text Example
Text Example
White with #6C8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8832; }
p { color: rgb(108,136,50); }
H1.HeaderClassName
{
color: #6C8832;
}
.AnyTagClassName
{
color: #6C8832;
}
</style>
background-color css
<style>
a { background-color: #6C8832; }
a { background-color: rgb(108,136,50); }
div.DivClassName
{
background-color: #6C8832;
}
.BgClassName
{
background-color: #6C8832;
}
</style>
border-color css
<style>
span { border-color: #6C8832; }
span { border-color: rgb(108,136,50); }
td.TdClassName
{
border-color: #6C8832;
}
.TagClassName
{
border-color: #6C8832;
}
</style>