Shades of Olive Drab #6A8032
Tints of Olive Drab #6A8032
RGB
CMYK
RGB Variations
Color information
#6A8032 (or 0x6A8032) is known color: Olive Drab. HEX triplet: 6A, 80 and 32. RGB value is (106,128,50). Sum of RGB (Red+Green+Blue) = 106+128+50=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8032 is #957FCD. Grayscale: #707070. Windows color (decimal): -9797582 or 3309674. OLE color: 3309674.
HSL color Cylindrical-coordinate representation of color #6A8032: hue angle of 76.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A8032 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 128 | 50 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.50 |
| HSL | 76.92º | 0.44% | 0.35% | - |
| HSV(B) | 76.92º | 0.61% | 0.5% | - |
| XYZ | 14.24 | 18.73 | 5.88 | - |
| YUV | 112.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 50 | 0.17 | 0 | 0.61 | 0.50 | 76.92 | 0.44 | 0.35 |
| Hex | 6A | 80 | 32 | 11 | 0 | 3D | 32 | 4D | 2C | 23 |
| Octal | 152 | 200 | 62 | 21 | 0 | 75 | 62 | 115 | 54 | 43 |
| Binary | 1101010 | 10000000 | 110010 | 10001 | 0 | 111101 | 110010 | 1001101 | 101100 | 100011 |
Color Harmonies of #6A8032
Complementary color
Monochromatic Colors of #6A8032
Black with #6A8032
Text Example
Text Example
White with #6A8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8032; }
p { color: rgb(106,128,50); }
H1.HeaderClassName
{
color: #6A8032;
}
.AnyTagClassName
{
color: #6A8032;
}
</style>
background-color css
<style>
a { background-color: #6A8032; }
a { background-color: rgb(106,128,50); }
div.DivClassName
{
background-color: #6A8032;
}
.BgClassName
{
background-color: #6A8032;
}
</style>
border-color css
<style>
span { border-color: #6A8032; }
span { border-color: rgb(106,128,50); }
td.TdClassName
{
border-color: #6A8032;
}
.TagClassName
{
border-color: #6A8032;
}
</style>