Shades of Olive Drab #6A971D
Tints of Olive Drab #6A971D
RGB
CMYK
RGB Variations
Color information
#6A971D (or 0x6A971D) is known color: Olive Drab. HEX triplet: 6A, 97 and 1D. RGB value is (106,151,29). Sum of RGB (Red+Green+Blue) = 106+151+29=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #6A971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A971D is #9568E2. Grayscale: #7C7C7C. Windows color (decimal): -9791715 or 1939306. OLE color: 1939306.
HSL color Cylindrical-coordinate representation of color #6A971D: hue angle of 82.13º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A971D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 29 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.41 |
| HSL | 82.13º | 0.68% | 0.35% | - |
| HSV(B) | 82.13º | 0.81% | 0.59% | - |
| XYZ | 17.23 | 25.29 | 5.13 | - |
| YUV | 123.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 29 | 0.30 | 0 | 0.81 | 0.41 | 82.13 | 0.68 | 0.35 |
| Hex | 6A | 97 | 1D | 1E | 0 | 51 | 29 | 52 | 44 | 23 |
| Octal | 152 | 227 | 35 | 36 | 0 | 121 | 51 | 122 | 104 | 43 |
| Binary | 1101010 | 10010111 | 11101 | 11110 | 0 | 1010001 | 101001 | 1010010 | 1000100 | 100011 |
Color Harmonies of #6A971D
Complementary color
Monochromatic Colors of #6A971D
Black with #6A971D
Text Example
Text Example
White with #6A971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A971D; }
p { color: rgb(106,151,29); }
H1.HeaderClassName
{
color: #6A971D;
}
.AnyTagClassName
{
color: #6A971D;
}
</style>
background-color css
<style>
a { background-color: #6A971D; }
a { background-color: rgb(106,151,29); }
div.DivClassName
{
background-color: #6A971D;
}
.BgClassName
{
background-color: #6A971D;
}
</style>
border-color css
<style>
span { border-color: #6A971D; }
span { border-color: rgb(106,151,29); }
td.TdClassName
{
border-color: #6A971D;
}
.TagClassName
{
border-color: #6A971D;
}
</style>