Shades of Olive Drab #6A8735
Tints of Olive Drab #6A8735
RGB
CMYK
RGB Variations
Color information
#6A8735 (or 0x6A8735) is known color: Olive Drab. HEX triplet: 6A, 87 and 35. RGB value is (106,135,53). Sum of RGB (Red+Green+Blue) = 106+135+53=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8735 is #9578CA. Grayscale: #757575. Windows color (decimal): -9795787 or 3508074. OLE color: 3508074.
HSL color Cylindrical-coordinate representation of color #6A8735: hue angle of 81.22º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A8735 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 53 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.47 |
| HSL | 81.22º | 0.44% | 0.37% | - |
| HSV(B) | 81.22º | 0.61% | 0.53% | - |
| XYZ | 15.25 | 20.65 | 6.55 | - |
| YUV | 116.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 53 | 0.21 | 0 | 0.61 | 0.47 | 81.22 | 0.44 | 0.37 |
| Hex | 6A | 87 | 35 | 15 | 0 | 3D | 2F | 51 | 2C | 25 |
| Octal | 152 | 207 | 65 | 25 | 0 | 75 | 57 | 121 | 54 | 45 |
| Binary | 1101010 | 10000111 | 110101 | 10101 | 0 | 111101 | 101111 | 1010001 | 101100 | 100101 |
Color Harmonies of #6A8735
Complementary color
Monochromatic Colors of #6A8735
Black with #6A8735
Text Example
Text Example
White with #6A8735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8735; }
p { color: rgb(106,135,53); }
H1.HeaderClassName
{
color: #6A8735;
}
.AnyTagClassName
{
color: #6A8735;
}
</style>
background-color css
<style>
a { background-color: #6A8735; }
a { background-color: rgb(106,135,53); }
div.DivClassName
{
background-color: #6A8735;
}
.BgClassName
{
background-color: #6A8735;
}
</style>
border-color css
<style>
span { border-color: #6A8735; }
span { border-color: rgb(106,135,53); }
td.TdClassName
{
border-color: #6A8735;
}
.TagClassName
{
border-color: #6A8735;
}
</style>