Shades of Olive Drab #6A8A22
Tints of Olive Drab #6A8A22
RGB
CMYK
RGB Variations
Color information
#6A8A22 (or 0x6A8A22) is known color: Olive Drab. HEX triplet: 6A, 8A and 22. RGB value is (106,138,34). Sum of RGB (Red+Green+Blue) = 106+138+34=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8A22 is #9575DD. Grayscale: #747474. Windows color (decimal): -9795038 or 2263658. OLE color: 2263658.
HSL color Cylindrical-coordinate representation of color #6A8A22: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A8A22 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 34 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.46 |
| HSL | 78.46º | 0.6% | 0.34% | - |
| HSV(B) | 78.46º | 0.75% | 0.54% | - |
| XYZ | 15.32 | 21.36 | 4.83 | - |
| YUV | 116.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 34 | 0.23 | 0 | 0.75 | 0.46 | 78.46 | 0.6 | 0.34 |
| Hex | 6A | 8A | 22 | 17 | 0 | 4B | 2E | 4E | 3C | 22 |
| Octal | 152 | 212 | 42 | 27 | 0 | 113 | 56 | 116 | 74 | 42 |
| Binary | 1101010 | 10001010 | 100010 | 10111 | 0 | 1001011 | 101110 | 1001110 | 111100 | 100010 |
Color Harmonies of #6A8A22
Complementary color
Monochromatic Colors of #6A8A22
Black with #6A8A22
Text Example
Text Example
White with #6A8A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A22; }
p { color: rgb(106,138,34); }
H1.HeaderClassName
{
color: #6A8A22;
}
.AnyTagClassName
{
color: #6A8A22;
}
</style>
background-color css
<style>
a { background-color: #6A8A22; }
a { background-color: rgb(106,138,34); }
div.DivClassName
{
background-color: #6A8A22;
}
.BgClassName
{
background-color: #6A8A22;
}
</style>
border-color css
<style>
span { border-color: #6A8A22; }
span { border-color: rgb(106,138,34); }
td.TdClassName
{
border-color: #6A8A22;
}
.TagClassName
{
border-color: #6A8A22;
}
</style>