Shades of Olive Drab #6A9422
Tints of Olive Drab #6A9422
RGB
CMYK
RGB Variations
Color information
#6A9422 (or 0x6A9422) is known color: Olive Drab. HEX triplet: 6A, 94 and 22. RGB value is (106,148,34). Sum of RGB (Red+Green+Blue) = 106+148+34=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9422 is #956BDD. Grayscale: #7A7A7A. Windows color (decimal): -9792478 or 2266218. OLE color: 2266218.
HSL color Cylindrical-coordinate representation of color #6A9422: hue angle of 82.11º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A9422 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 34 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.42 |
| HSL | 82.11º | 0.63% | 0.36% | - |
| HSV(B) | 82.11º | 0.77% | 0.58% | - |
| XYZ | 16.82 | 24.36 | 5.33 | - |
| YUV | 122.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 34 | 0.28 | 0 | 0.77 | 0.42 | 82.11 | 0.63 | 0.36 |
| Hex | 6A | 94 | 22 | 1C | 0 | 4D | 2A | 52 | 3F | 24 |
| Octal | 152 | 224 | 42 | 34 | 0 | 115 | 52 | 122 | 77 | 44 |
| Binary | 1101010 | 10010100 | 100010 | 11100 | 0 | 1001101 | 101010 | 1010010 | 111111 | 100100 |
Color Harmonies of #6A9422
Complementary color
Monochromatic Colors of #6A9422
Black with #6A9422
Text Example
Text Example
White with #6A9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9422; }
p { color: rgb(106,148,34); }
H1.HeaderClassName
{
color: #6A9422;
}
.AnyTagClassName
{
color: #6A9422;
}
</style>
background-color css
<style>
a { background-color: #6A9422; }
a { background-color: rgb(106,148,34); }
div.DivClassName
{
background-color: #6A9422;
}
.BgClassName
{
background-color: #6A9422;
}
</style>
border-color css
<style>
span { border-color: #6A9422; }
span { border-color: rgb(106,148,34); }
td.TdClassName
{
border-color: #6A9422;
}
.TagClassName
{
border-color: #6A9422;
}
</style>