Shades of Olive Drab #6A961D
Tints of Olive Drab #6A961D
RGB
CMYK
RGB Variations
Color information
#6A961D (or 0x6A961D) is known color: Olive Drab. HEX triplet: 6A, 96 and 1D. RGB value is (106,150,29). Sum of RGB (Red+Green+Blue) = 106+150+29=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #6A961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A961D is #9569E2. Grayscale: #7B7B7B. Windows color (decimal): -9791971 or 1939050. OLE color: 1939050.
HSL color Cylindrical-coordinate representation of color #6A961D: hue angle of 81.82º 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 #6A961D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 29 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.41 |
| HSL | 81.82º | 0.68% | 0.35% | - |
| HSV(B) | 81.82º | 0.81% | 0.59% | - |
| XYZ | 17.07 | 24.97 | 5.08 | - |
| YUV | 123.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 29 | 0.29 | 0 | 0.81 | 0.41 | 81.82 | 0.68 | 0.35 |
| Hex | 6A | 96 | 1D | 1D | 0 | 51 | 29 | 52 | 44 | 23 |
| Octal | 152 | 226 | 35 | 35 | 0 | 121 | 51 | 122 | 104 | 43 |
| Binary | 1101010 | 10010110 | 11101 | 11101 | 0 | 1010001 | 101001 | 1010010 | 1000100 | 100011 |
Color Harmonies of #6A961D
Complementary color
Monochromatic Colors of #6A961D
Black with #6A961D
Text Example
Text Example
White with #6A961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A961D; }
p { color: rgb(106,150,29); }
H1.HeaderClassName
{
color: #6A961D;
}
.AnyTagClassName
{
color: #6A961D;
}
</style>
background-color css
<style>
a { background-color: #6A961D; }
a { background-color: rgb(106,150,29); }
div.DivClassName
{
background-color: #6A961D;
}
.BgClassName
{
background-color: #6A961D;
}
</style>
border-color css
<style>
span { border-color: #6A961D; }
span { border-color: rgb(106,150,29); }
td.TdClassName
{
border-color: #6A961D;
}
.TagClassName
{
border-color: #6A961D;
}
</style>