Shades of Olive Drab #6C8736
Tints of Olive Drab #6C8736
RGB
CMYK
RGB Variations
Color information
#6C8736 (or 0x6C8736) is known color: Olive Drab. HEX triplet: 6C, 87 and 36. RGB value is (108,135,54). Sum of RGB (Red+Green+Blue) = 108+135+54=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8736 is #9378C9. Grayscale: #757575. Windows color (decimal): -9664714 or 3573612. OLE color: 3573612.
HSL color Cylindrical-coordinate representation of color #6C8736: hue angle of 80º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C8736 is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 54 | - |
| CMYK | 0.2 | 0 | 0.60 | 0.47 |
| HSL | 80º | 0.43% | 0.37% | - |
| HSV(B) | 80º | 0.6% | 0.53% | - |
| XYZ | 15.51 | 20.78 | 6.68 | - |
| YUV | 117.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 54 | 0.2 | 0 | 0.60 | 0.47 | 80 | 0.43 | 0.37 |
| Hex | 6C | 87 | 36 | 14 | 0 | 3C | 2F | 50 | 2B | 25 |
| Octal | 154 | 207 | 66 | 24 | 0 | 74 | 57 | 120 | 53 | 45 |
| Binary | 1101100 | 10000111 | 110110 | 10100 | 0 | 111100 | 101111 | 1010000 | 101011 | 100101 |
Color Harmonies of #6C8736
Complementary color
Monochromatic Colors of #6C8736
Black with #6C8736
Text Example
Text Example
White with #6C8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8736; }
p { color: rgb(108,135,54); }
H1.HeaderClassName
{
color: #6C8736;
}
.AnyTagClassName
{
color: #6C8736;
}
</style>
background-color css
<style>
a { background-color: #6C8736; }
a { background-color: rgb(108,135,54); }
div.DivClassName
{
background-color: #6C8736;
}
.BgClassName
{
background-color: #6C8736;
}
</style>
border-color css
<style>
span { border-color: #6C8736; }
span { border-color: rgb(108,135,54); }
td.TdClassName
{
border-color: #6C8736;
}
.TagClassName
{
border-color: #6C8736;
}
</style>