Shades of Olive Drab #6A832B
Tints of Olive Drab #6A832B
RGB
CMYK
RGB Variations
Color information
#6A832B (or 0x6A832B) is known color: Olive Drab. HEX triplet: 6A, 83 and 2B. RGB value is (106,131,43). Sum of RGB (Red+Green+Blue) = 106+131+43=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #6A832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A832B is #957CD4. Grayscale: #717171. Windows color (decimal): -9796821 or 2851690. OLE color: 2851690.
HSL color Cylindrical-coordinate representation of color #6A832B: hue angle of 77.05º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A832B is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 43 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.49 |
| HSL | 77.05º | 0.51% | 0.34% | - |
| HSV(B) | 77.05º | 0.67% | 0.51% | - |
| XYZ | 14.5 | 19.47 | 5.28 | - |
| YUV | 113.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 43 | 0.19 | 0 | 0.67 | 0.49 | 77.05 | 0.51 | 0.34 |
| Hex | 6A | 83 | 2B | 13 | 0 | 43 | 31 | 4D | 33 | 22 |
| Octal | 152 | 203 | 53 | 23 | 0 | 103 | 61 | 115 | 63 | 42 |
| Binary | 1101010 | 10000011 | 101011 | 10011 | 0 | 1000011 | 110001 | 1001101 | 110011 | 100010 |
Color Harmonies of #6A832B
Complementary color
Monochromatic Colors of #6A832B
Black with #6A832B
Text Example
Text Example
White with #6A832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A832B; }
p { color: rgb(106,131,43); }
H1.HeaderClassName
{
color: #6A832B;
}
.AnyTagClassName
{
color: #6A832B;
}
</style>
background-color css
<style>
a { background-color: #6A832B; }
a { background-color: rgb(106,131,43); }
div.DivClassName
{
background-color: #6A832B;
}
.BgClassName
{
background-color: #6A832B;
}
</style>
border-color css
<style>
span { border-color: #6A832B; }
span { border-color: rgb(106,131,43); }
td.TdClassName
{
border-color: #6A832B;
}
.TagClassName
{
border-color: #6A832B;
}
</style>