Shades of Olive Drab #6B962D
Tints of Olive Drab #6B962D
RGB
CMYK
RGB Variations
Color information
#6B962D (or 0x6B962D) is known color: Olive Drab. HEX triplet: 6B, 96 and 2D. RGB value is (107,150,45). Sum of RGB (Red+Green+Blue) = 107+150+45=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #6B962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B962D is #9469D2. Grayscale: #7D7D7D. Windows color (decimal): -9726419 or 2987627. OLE color: 2987627.
HSL color Cylindrical-coordinate representation of color #6B962D: hue angle of 84.57º 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 #6B962D is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 45 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.41 |
| HSL | 84.57º | 0.54% | 0.38% | - |
| HSV(B) | 84.57º | 0.7% | 0.59% | - |
| XYZ | 17.44 | 25.13 | 6.41 | - |
| YUV | 125.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 45 | 0.29 | 0 | 0.70 | 0.41 | 84.57 | 0.54 | 0.38 |
| Hex | 6B | 96 | 2D | 1D | 0 | 46 | 29 | 55 | 36 | 26 |
| Octal | 153 | 226 | 55 | 35 | 0 | 106 | 51 | 125 | 66 | 46 |
| Binary | 1101011 | 10010110 | 101101 | 11101 | 0 | 1000110 | 101001 | 1010101 | 110110 | 100110 |
Color Harmonies of #6B962D
Complementary color
Monochromatic Colors of #6B962D
Black with #6B962D
Text Example
Text Example
White with #6B962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B962D; }
p { color: rgb(107,150,45); }
H1.HeaderClassName
{
color: #6B962D;
}
.AnyTagClassName
{
color: #6B962D;
}
</style>
background-color css
<style>
a { background-color: #6B962D; }
a { background-color: rgb(107,150,45); }
div.DivClassName
{
background-color: #6B962D;
}
.BgClassName
{
background-color: #6B962D;
}
</style>
border-color css
<style>
span { border-color: #6B962D; }
span { border-color: rgb(107,150,45); }
td.TdClassName
{
border-color: #6B962D;
}
.TagClassName
{
border-color: #6B962D;
}
</style>