Shades of Olive Drab #6C8439
Tints of Olive Drab #6C8439
RGB
CMYK
RGB Variations
Color information
#6C8439 (or 0x6C8439) is known color: Olive Drab. HEX triplet: 6C, 84 and 39. RGB value is (108,132,57). Sum of RGB (Red+Green+Blue) = 108+132+57=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8439 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8439 is #937BC6. Grayscale: #747474. Windows color (decimal): -9665479 or 3769452. OLE color: 3769452.
HSL color Cylindrical-coordinate representation of color #6C8439: hue angle of 79.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C8439 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 57 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.48 |
| HSL | 79.2º | 0.4% | 0.37% | - |
| HSV(B) | 79.2º | 0.57% | 0.52% | - |
| XYZ | 15.17 | 19.99 | 6.93 | - |
| YUV | 116.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 57 | 0.18 | 0 | 0.57 | 0.48 | 79.2 | 0.4 | 0.37 |
| Hex | 6C | 84 | 39 | 12 | 0 | 39 | 30 | 4F | 28 | 25 |
| Octal | 154 | 204 | 71 | 22 | 0 | 71 | 60 | 117 | 50 | 45 |
| Binary | 1101100 | 10000100 | 111001 | 10010 | 0 | 111001 | 110000 | 1001111 | 101000 | 100101 |
Color Harmonies of #6C8439
Complementary color
Monochromatic Colors of #6C8439
Black with #6C8439
Text Example
Text Example
White with #6C8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8439; }
p { color: rgb(108,132,57); }
H1.HeaderClassName
{
color: #6C8439;
}
.AnyTagClassName
{
color: #6C8439;
}
</style>
background-color css
<style>
a { background-color: #6C8439; }
a { background-color: rgb(108,132,57); }
div.DivClassName
{
background-color: #6C8439;
}
.BgClassName
{
background-color: #6C8439;
}
</style>
border-color css
<style>
span { border-color: #6C8439; }
span { border-color: rgb(108,132,57); }
td.TdClassName
{
border-color: #6C8439;
}
.TagClassName
{
border-color: #6C8439;
}
</style>