Shades of Olive Drab #6A871F
Tints of Olive Drab #6A871F
RGB
CMYK
RGB Variations
Color information
#6A871F (or 0x6A871F) is known color: Olive Drab. HEX triplet: 6A, 87 and 1F. RGB value is (106,135,31). Sum of RGB (Red+Green+Blue) = 106+135+31=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #6A871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A871F is #9578E0. Grayscale: #727272. Windows color (decimal): -9795809 or 2066282. OLE color: 2066282.
HSL color Cylindrical-coordinate representation of color #6A871F: hue angle of 76.73º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A871F is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 31 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.47 |
| HSL | 76.73º | 0.63% | 0.33% | - |
| HSV(B) | 76.73º | 0.77% | 0.53% | - |
| XYZ | 14.86 | 20.49 | 4.47 | - |
| YUV | 114.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 31 | 0.21 | 0 | 0.77 | 0.47 | 76.73 | 0.63 | 0.33 |
| Hex | 6A | 87 | 1F | 15 | 0 | 4D | 2F | 4D | 3F | 21 |
| Octal | 152 | 207 | 37 | 25 | 0 | 115 | 57 | 115 | 77 | 41 |
| Binary | 1101010 | 10000111 | 11111 | 10101 | 0 | 1001101 | 101111 | 1001101 | 111111 | 100001 |
Color Harmonies of #6A871F
Complementary color
Monochromatic Colors of #6A871F
Black with #6A871F
Text Example
Text Example
White with #6A871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A871F; }
p { color: rgb(106,135,31); }
H1.HeaderClassName
{
color: #6A871F;
}
.AnyTagClassName
{
color: #6A871F;
}
</style>
background-color css
<style>
a { background-color: #6A871F; }
a { background-color: rgb(106,135,31); }
div.DivClassName
{
background-color: #6A871F;
}
.BgClassName
{
background-color: #6A871F;
}
</style>
border-color css
<style>
span { border-color: #6A871F; }
span { border-color: rgb(106,135,31); }
td.TdClassName
{
border-color: #6A871F;
}
.TagClassName
{
border-color: #6A871F;
}
</style>