Shades of Olive Drab #6C8835
Tints of Olive Drab #6C8835
RGB
CMYK
RGB Variations
Color information
#6C8835 (or 0x6C8835) is known color: Olive Drab. HEX triplet: 6C, 88 and 35. RGB value is (108,136,53). Sum of RGB (Red+Green+Blue) = 108+136+53=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8835 is #9377CA. Grayscale: #767676. Windows color (decimal): -9664459 or 3508332. OLE color: 3508332.
HSL color Cylindrical-coordinate representation of color #6C8835: hue angle of 80.24º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C8835 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 53 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.47 |
| HSL | 80.24º | 0.44% | 0.37% | - |
| HSV(B) | 80.24º | 0.61% | 0.53% | - |
| XYZ | 15.63 | 21.05 | 6.61 | - |
| YUV | 118.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 53 | 0.21 | 0 | 0.61 | 0.47 | 80.24 | 0.44 | 0.37 |
| Hex | 6C | 88 | 35 | 15 | 0 | 3D | 2F | 50 | 2C | 25 |
| Octal | 154 | 210 | 65 | 25 | 0 | 75 | 57 | 120 | 54 | 45 |
| Binary | 1101100 | 10001000 | 110101 | 10101 | 0 | 111101 | 101111 | 1010000 | 101100 | 100101 |
Color Harmonies of #6C8835
Complementary color
Monochromatic Colors of #6C8835
Black with #6C8835
Text Example
Text Example
White with #6C8835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8835; }
p { color: rgb(108,136,53); }
H1.HeaderClassName
{
color: #6C8835;
}
.AnyTagClassName
{
color: #6C8835;
}
</style>
background-color css
<style>
a { background-color: #6C8835; }
a { background-color: rgb(108,136,53); }
div.DivClassName
{
background-color: #6C8835;
}
.BgClassName
{
background-color: #6C8835;
}
</style>
border-color css
<style>
span { border-color: #6C8835; }
span { border-color: rgb(108,136,53); }
td.TdClassName
{
border-color: #6C8835;
}
.TagClassName
{
border-color: #6C8835;
}
</style>