Shades of Olive Drab #6A951A
Tints of Olive Drab #6A951A
RGB
CMYK
RGB Variations
Color information
#6A951A (or 0x6A951A) is known color: Olive Drab. HEX triplet: 6A, 95 and 1A. RGB value is (106,149,26). Sum of RGB (Red+Green+Blue) = 106+149+26=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #6A951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A951A is #956AE5. Grayscale: #7A7A7A. Windows color (decimal): -9792230 or 1742186. OLE color: 1742186.
HSL color Cylindrical-coordinate representation of color #6A951A: hue angle of 80.98º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A951A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 26 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.42 |
| HSL | 80.98º | 0.7% | 0.34% | - |
| HSV(B) | 80.98º | 0.83% | 0.58% | - |
| XYZ | 16.88 | 24.63 | 4.84 | - |
| YUV | 122.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 26 | 0.29 | 0 | 0.83 | 0.42 | 80.98 | 0.7 | 0.34 |
| Hex | 6A | 95 | 1A | 1D | 0 | 53 | 2A | 51 | 46 | 22 |
| Octal | 152 | 225 | 32 | 35 | 0 | 123 | 52 | 121 | 106 | 42 |
| Binary | 1101010 | 10010101 | 11010 | 11101 | 0 | 1010011 | 101010 | 1010001 | 1000110 | 100010 |
Color Harmonies of #6A951A
Complementary color
Monochromatic Colors of #6A951A
Black with #6A951A
Text Example
Text Example
White with #6A951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A951A; }
p { color: rgb(106,149,26); }
H1.HeaderClassName
{
color: #6A951A;
}
.AnyTagClassName
{
color: #6A951A;
}
</style>
background-color css
<style>
a { background-color: #6A951A; }
a { background-color: rgb(106,149,26); }
div.DivClassName
{
background-color: #6A951A;
}
.BgClassName
{
background-color: #6A951A;
}
</style>
border-color css
<style>
span { border-color: #6A951A; }
span { border-color: rgb(106,149,26); }
td.TdClassName
{
border-color: #6A951A;
}
.TagClassName
{
border-color: #6A951A;
}
</style>