Shades of Olive Drab #6B832E
Tints of Olive Drab #6B832E
RGB
CMYK
RGB Variations
Color information
#6B832E (or 0x6B832E) is known color: Olive Drab. HEX triplet: 6B, 83 and 2E. RGB value is (107,131,46). Sum of RGB (Red+Green+Blue) = 107+131+46=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #6B832E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B832E is #947CD1. Grayscale: #727272. Windows color (decimal): -9731282 or 3048299. OLE color: 3048299.
HSL color Cylindrical-coordinate representation of color #6B832E: hue angle of 76.94º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B832E is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 46 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.49 |
| HSL | 76.94º | 0.48% | 0.35% | - |
| HSV(B) | 76.94º | 0.65% | 0.51% | - |
| XYZ | 14.67 | 19.56 | 5.59 | - |
| YUV | 114.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 46 | 0.18 | 0 | 0.65 | 0.49 | 76.94 | 0.48 | 0.35 |
| Hex | 6B | 83 | 2E | 12 | 0 | 41 | 31 | 4D | 30 | 23 |
| Octal | 153 | 203 | 56 | 22 | 0 | 101 | 61 | 115 | 60 | 43 |
| Binary | 1101011 | 10000011 | 101110 | 10010 | 0 | 1000001 | 110001 | 1001101 | 110000 | 100011 |
Color Harmonies of #6B832E
Complementary color
Monochromatic Colors of #6B832E
Black with #6B832E
Text Example
Text Example
White with #6B832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B832E; }
p { color: rgb(107,131,46); }
H1.HeaderClassName
{
color: #6B832E;
}
.AnyTagClassName
{
color: #6B832E;
}
</style>
background-color css
<style>
a { background-color: #6B832E; }
a { background-color: rgb(107,131,46); }
div.DivClassName
{
background-color: #6B832E;
}
.BgClassName
{
background-color: #6B832E;
}
</style>
border-color css
<style>
span { border-color: #6B832E; }
span { border-color: rgb(107,131,46); }
td.TdClassName
{
border-color: #6B832E;
}
.TagClassName
{
border-color: #6B832E;
}
</style>