Shades of Olive Drab #6B842D
Tints of Olive Drab #6B842D
RGB
CMYK
RGB Variations
Color information
#6B842D (or 0x6B842D) is known color: Olive Drab. HEX triplet: 6B, 84 and 2D. RGB value is (107,132,45). Sum of RGB (Red+Green+Blue) = 107+132+45=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #6B842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B842D is #947BD2. Grayscale: #727272. Windows color (decimal): -9731027 or 2983019. OLE color: 2983019.
HSL color Cylindrical-coordinate representation of color #6B842D: hue angle of 77.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B842D is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 45 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.48 |
| HSL | 77.24º | 0.49% | 0.35% | - |
| HSV(B) | 77.24º | 0.66% | 0.52% | - |
| XYZ | 14.79 | 19.82 | 5.53 | - |
| YUV | 114.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 45 | 0.19 | 0 | 0.66 | 0.48 | 77.24 | 0.49 | 0.35 |
| Hex | 6B | 84 | 2D | 13 | 0 | 42 | 30 | 4D | 31 | 23 |
| Octal | 153 | 204 | 55 | 23 | 0 | 102 | 60 | 115 | 61 | 43 |
| Binary | 1101011 | 10000100 | 101101 | 10011 | 0 | 1000010 | 110000 | 1001101 | 110001 | 100011 |
Color Harmonies of #6B842D
Complementary color
Monochromatic Colors of #6B842D
Black with #6B842D
Text Example
Text Example
White with #6B842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B842D; }
p { color: rgb(107,132,45); }
H1.HeaderClassName
{
color: #6B842D;
}
.AnyTagClassName
{
color: #6B842D;
}
</style>
background-color css
<style>
a { background-color: #6B842D; }
a { background-color: rgb(107,132,45); }
div.DivClassName
{
background-color: #6B842D;
}
.BgClassName
{
background-color: #6B842D;
}
</style>
border-color css
<style>
span { border-color: #6B842D; }
span { border-color: rgb(107,132,45); }
td.TdClassName
{
border-color: #6B842D;
}
.TagClassName
{
border-color: #6B842D;
}
</style>