Shades of Olive Drab #6C8935
Tints of Olive Drab #6C8935
RGB
CMYK
RGB Variations
Color information
#6C8935 (or 0x6C8935) is known color: Olive Drab. HEX triplet: 6C, 89 and 35. RGB value is (108,137,53). Sum of RGB (Red+Green+Blue) = 108+137+53=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8935 is #9376CA. Grayscale: #777777. Windows color (decimal): -9664203 or 3508588. OLE color: 3508588.
HSL color Cylindrical-coordinate representation of color #6C8935: hue angle of 80.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C8935 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 53 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.46 |
| HSL | 80.71º | 0.44% | 0.37% | - |
| HSV(B) | 80.71º | 0.61% | 0.54% | - |
| XYZ | 15.77 | 21.34 | 6.66 | - |
| YUV | 118.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 53 | 0.21 | 0 | 0.61 | 0.46 | 80.71 | 0.44 | 0.37 |
| Hex | 6C | 89 | 35 | 15 | 0 | 3D | 2E | 51 | 2C | 25 |
| Octal | 154 | 211 | 65 | 25 | 0 | 75 | 56 | 121 | 54 | 45 |
| Binary | 1101100 | 10001001 | 110101 | 10101 | 0 | 111101 | 101110 | 1010001 | 101100 | 100101 |
Color Harmonies of #6C8935
Complementary color
Monochromatic Colors of #6C8935
Black with #6C8935
Text Example
Text Example
White with #6C8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8935; }
p { color: rgb(108,137,53); }
H1.HeaderClassName
{
color: #6C8935;
}
.AnyTagClassName
{
color: #6C8935;
}
</style>
background-color css
<style>
a { background-color: #6C8935; }
a { background-color: rgb(108,137,53); }
div.DivClassName
{
background-color: #6C8935;
}
.BgClassName
{
background-color: #6C8935;
}
</style>
border-color css
<style>
span { border-color: #6C8935; }
span { border-color: rgb(108,137,53); }
td.TdClassName
{
border-color: #6C8935;
}
.TagClassName
{
border-color: #6C8935;
}
</style>