Shades of Olive Drab #6A8137
Tints of Olive Drab #6A8137
RGB
CMYK
RGB Variations
Color information
#6A8137 (or 0x6A8137) is known color: Olive Drab. HEX triplet: 6A, 81 and 37. RGB value is (106,129,55). Sum of RGB (Red+Green+Blue) = 106+129+55=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8137 is #957EC8. Grayscale: #717171. Windows color (decimal): -9797321 or 3637610. OLE color: 3637610.
HSL color Cylindrical-coordinate representation of color #6A8137: hue angle of 78.65º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A8137 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 129 | 55 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.49 |
| HSL | 78.65º | 0.4% | 0.36% | - |
| HSV(B) | 78.65º | 0.57% | 0.51% | - |
| XYZ | 14.48 | 19.04 | 6.53 | - |
| YUV | 113.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 129 | 55 | 0.18 | 0 | 0.57 | 0.49 | 78.65 | 0.4 | 0.36 |
| Hex | 6A | 81 | 37 | 12 | 0 | 39 | 31 | 4F | 28 | 24 |
| Octal | 152 | 201 | 67 | 22 | 0 | 71 | 61 | 117 | 50 | 44 |
| Binary | 1101010 | 10000001 | 110111 | 10010 | 0 | 111001 | 110001 | 1001111 | 101000 | 100100 |
Color Harmonies of #6A8137
Complementary color
Monochromatic Colors of #6A8137
Black with #6A8137
Text Example
Text Example
White with #6A8137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8137; }
p { color: rgb(106,129,55); }
H1.HeaderClassName
{
color: #6A8137;
}
.AnyTagClassName
{
color: #6A8137;
}
</style>
background-color css
<style>
a { background-color: #6A8137; }
a { background-color: rgb(106,129,55); }
div.DivClassName
{
background-color: #6A8137;
}
.BgClassName
{
background-color: #6A8137;
}
</style>
border-color css
<style>
span { border-color: #6A8137; }
span { border-color: rgb(106,129,55); }
td.TdClassName
{
border-color: #6A8137;
}
.TagClassName
{
border-color: #6A8137;
}
</style>