Shades of Olive Drab #6B842B
Tints of Olive Drab #6B842B
RGB
CMYK
RGB Variations
Color information
#6B842B (or 0x6B842B) is known color: Olive Drab. HEX triplet: 6B, 84 and 2B. RGB value is (107,132,43). Sum of RGB (Red+Green+Blue) = 107+132+43=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #6B842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B842B is #947BD4. Grayscale: #727272. Windows color (decimal): -9731029 or 2851947. OLE color: 2851947.
HSL color Cylindrical-coordinate representation of color #6B842B: hue angle of 76.85º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B842B is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 43 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.48 |
| HSL | 76.85º | 0.51% | 0.34% | - |
| HSV(B) | 76.85º | 0.67% | 0.52% | - |
| XYZ | 14.75 | 19.8 | 5.33 | - |
| YUV | 114.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 43 | 0.19 | 0 | 0.67 | 0.48 | 76.85 | 0.51 | 0.34 |
| Hex | 6B | 84 | 2B | 13 | 0 | 43 | 30 | 4D | 33 | 22 |
| Octal | 153 | 204 | 53 | 23 | 0 | 103 | 60 | 115 | 63 | 42 |
| Binary | 1101011 | 10000100 | 101011 | 10011 | 0 | 1000011 | 110000 | 1001101 | 110011 | 100010 |
Color Harmonies of #6B842B
Complementary color
Monochromatic Colors of #6B842B
Black with #6B842B
Text Example
Text Example
White with #6B842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B842B; }
p { color: rgb(107,132,43); }
H1.HeaderClassName
{
color: #6B842B;
}
.AnyTagClassName
{
color: #6B842B;
}
</style>
background-color css
<style>
a { background-color: #6B842B; }
a { background-color: rgb(107,132,43); }
div.DivClassName
{
background-color: #6B842B;
}
.BgClassName
{
background-color: #6B842B;
}
</style>
border-color css
<style>
span { border-color: #6B842B; }
span { border-color: rgb(107,132,43); }
td.TdClassName
{
border-color: #6B842B;
}
.TagClassName
{
border-color: #6B842B;
}
</style>