Shades of Olive Drab #6A8336
Tints of Olive Drab #6A8336
RGB
CMYK
RGB Variations
Color information
#6A8336 (or 0x6A8336) is known color: Olive Drab. HEX triplet: 6A, 83 and 36. RGB value is (106,131,54). Sum of RGB (Red+Green+Blue) = 106+131+54=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8336 is #957CC9. Grayscale: #737373. Windows color (decimal): -9796810 or 3572586. OLE color: 3572586.
HSL color Cylindrical-coordinate representation of color #6A8336: hue angle of 79.48º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A8336 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 54 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.49 |
| HSL | 79.48º | 0.42% | 0.36% | - |
| HSV(B) | 79.48º | 0.59% | 0.51% | - |
| XYZ | 14.73 | 19.56 | 6.49 | - |
| YUV | 114.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 54 | 0.19 | 0 | 0.59 | 0.49 | 79.48 | 0.42 | 0.36 |
| Hex | 6A | 83 | 36 | 13 | 0 | 3B | 31 | 4F | 2A | 24 |
| Octal | 152 | 203 | 66 | 23 | 0 | 73 | 61 | 117 | 52 | 44 |
| Binary | 1101010 | 10000011 | 110110 | 10011 | 0 | 111011 | 110001 | 1001111 | 101010 | 100100 |
Color Harmonies of #6A8336
Complementary color
Monochromatic Colors of #6A8336
Black with #6A8336
Text Example
Text Example
White with #6A8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8336; }
p { color: rgb(106,131,54); }
H1.HeaderClassName
{
color: #6A8336;
}
.AnyTagClassName
{
color: #6A8336;
}
</style>
background-color css
<style>
a { background-color: #6A8336; }
a { background-color: rgb(106,131,54); }
div.DivClassName
{
background-color: #6A8336;
}
.BgClassName
{
background-color: #6A8336;
}
</style>
border-color css
<style>
span { border-color: #6A8336; }
span { border-color: rgb(106,131,54); }
td.TdClassName
{
border-color: #6A8336;
}
.TagClassName
{
border-color: #6A8336;
}
</style>