Shades of Olive Drab #6A8235
Tints of Olive Drab #6A8235
RGB
CMYK
RGB Variations
Color information
#6A8235 (or 0x6A8235) is known color: Olive Drab. HEX triplet: 6A, 82 and 35. RGB value is (106,130,53). Sum of RGB (Red+Green+Blue) = 106+130+53=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8235 is #957DCA. Grayscale: #727272. Windows color (decimal): -9797067 or 3506794. OLE color: 3506794.
HSL color Cylindrical-coordinate representation of color #6A8235: hue angle of 78.7º 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 #6A8235 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 53 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.49 |
| HSL | 78.7º | 0.42% | 0.36% | - |
| HSV(B) | 78.7º | 0.59% | 0.51% | - |
| XYZ | 14.57 | 19.29 | 6.32 | - |
| YUV | 114.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 53 | 0.18 | 0 | 0.59 | 0.49 | 78.7 | 0.42 | 0.36 |
| Hex | 6A | 82 | 35 | 12 | 0 | 3B | 31 | 4F | 2A | 24 |
| Octal | 152 | 202 | 65 | 22 | 0 | 73 | 61 | 117 | 52 | 44 |
| Binary | 1101010 | 10000010 | 110101 | 10010 | 0 | 111011 | 110001 | 1001111 | 101010 | 100100 |
Color Harmonies of #6A8235
Complementary color
Monochromatic Colors of #6A8235
Black with #6A8235
Text Example
Text Example
White with #6A8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8235; }
p { color: rgb(106,130,53); }
H1.HeaderClassName
{
color: #6A8235;
}
.AnyTagClassName
{
color: #6A8235;
}
</style>
background-color css
<style>
a { background-color: #6A8235; }
a { background-color: rgb(106,130,53); }
div.DivClassName
{
background-color: #6A8235;
}
.BgClassName
{
background-color: #6A8235;
}
</style>
border-color css
<style>
span { border-color: #6A8235; }
span { border-color: rgb(106,130,53); }
td.TdClassName
{
border-color: #6A8235;
}
.TagClassName
{
border-color: #6A8235;
}
</style>