Shades of Olive Drab #6A821A
Tints of Olive Drab #6A821A
RGB
CMYK
RGB Variations
Color information
#6A821A (or 0x6A821A) is known color: Olive Drab. HEX triplet: 6A, 82 and 1A. RGB value is (106,130,26). Sum of RGB (Red+Green+Blue) = 106+130+26=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #6A821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A821A is #957DE5. Grayscale: #6F6F6F. Windows color (decimal): -9797094 or 1737322. OLE color: 1737322.
HSL color Cylindrical-coordinate representation of color #6A821A: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A821A is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 26 | - |
| CMYK | 0.18 | 0 | 0.8 | 0.49 |
| HSL | 73.85º | 0.67% | 0.31% | - |
| HSV(B) | 73.85º | 0.8% | 0.51% | - |
| XYZ | 14.11 | 19.1 | 3.92 | - |
| YUV | 110.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 26 | 0.18 | 0 | 0.8 | 0.49 | 73.85 | 0.67 | 0.31 |
| Hex | 6A | 82 | 1A | 12 | 0 | 50 | 31 | 4A | 43 | 1F |
| Octal | 152 | 202 | 32 | 22 | 0 | 120 | 61 | 112 | 103 | 37 |
| Binary | 1101010 | 10000010 | 11010 | 10010 | 0 | 1010000 | 110001 | 1001010 | 1000011 | 11111 |
Color Harmonies of #6A821A
Complementary color
Monochromatic Colors of #6A821A
Black with #6A821A
Text Example
Text Example
White with #6A821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A821A; }
p { color: rgb(106,130,26); }
H1.HeaderClassName
{
color: #6A821A;
}
.AnyTagClassName
{
color: #6A821A;
}
</style>
background-color css
<style>
a { background-color: #6A821A; }
a { background-color: rgb(106,130,26); }
div.DivClassName
{
background-color: #6A821A;
}
.BgClassName
{
background-color: #6A821A;
}
</style>
border-color css
<style>
span { border-color: #6A821A; }
span { border-color: rgb(106,130,26); }
td.TdClassName
{
border-color: #6A821A;
}
.TagClassName
{
border-color: #6A821A;
}
</style>