Shades of Olive Drab #6C962D
Tints of Olive Drab #6C962D
RGB
CMYK
RGB Variations
Color information
#6C962D (or 0x6C962D) is known color: Olive Drab. HEX triplet: 6C, 96 and 2D. RGB value is (108,150,45). Sum of RGB (Red+Green+Blue) = 108+150+45=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #6C962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C962D is #9369D2. Grayscale: #7D7D7D. Windows color (decimal): -9660883 or 2987628. OLE color: 2987628.
HSL color Cylindrical-coordinate representation of color #6C962D: hue angle of 84º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C962D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 150 | 45 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.41 |
| HSL | 84º | 0.54% | 0.38% | - |
| HSV(B) | 84º | 0.7% | 0.59% | - |
| XYZ | 17.56 | 25.19 | 6.42 | - |
| YUV | 125.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 45 | 0.28 | 0 | 0.70 | 0.41 | 84 | 0.54 | 0.38 |
| Hex | 6C | 96 | 2D | 1C | 0 | 46 | 29 | 54 | 36 | 26 |
| Octal | 154 | 226 | 55 | 34 | 0 | 106 | 51 | 124 | 66 | 46 |
| Binary | 1101100 | 10010110 | 101101 | 11100 | 0 | 1000110 | 101001 | 1010100 | 110110 | 100110 |
Color Harmonies of #6C962D
Complementary color
Monochromatic Colors of #6C962D
Black with #6C962D
Text Example
Text Example
White with #6C962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C962D; }
p { color: rgb(108,150,45); }
H1.HeaderClassName
{
color: #6C962D;
}
.AnyTagClassName
{
color: #6C962D;
}
</style>
background-color css
<style>
a { background-color: #6C962D; }
a { background-color: rgb(108,150,45); }
div.DivClassName
{
background-color: #6C962D;
}
.BgClassName
{
background-color: #6C962D;
}
</style>
border-color css
<style>
span { border-color: #6C962D; }
span { border-color: rgb(108,150,45); }
td.TdClassName
{
border-color: #6C962D;
}
.TagClassName
{
border-color: #6C962D;
}
</style>