Shades of Olive Drab #6A821C
Tints of Olive Drab #6A821C
RGB
CMYK
RGB Variations
Color information
#6A821C (or 0x6A821C) is known color: Olive Drab. HEX triplet: 6A, 82 and 1C. RGB value is (106,130,28). Sum of RGB (Red+Green+Blue) = 106+130+28=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #6A821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A821C is #957DE3. Grayscale: #6F6F6F. Windows color (decimal): -9797092 or 1868394. OLE color: 1868394.
HSL color Cylindrical-coordinate representation of color #6A821C: hue angle of 74.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A821C is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 28 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.49 |
| HSL | 74.12º | 0.65% | 0.31% | - |
| HSV(B) | 74.12º | 0.78% | 0.51% | - |
| XYZ | 14.14 | 19.11 | 4.04 | - |
| YUV | 111.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 28 | 0.18 | 0 | 0.78 | 0.49 | 74.12 | 0.65 | 0.31 |
| Hex | 6A | 82 | 1C | 12 | 0 | 4E | 31 | 4A | 41 | 1F |
| Octal | 152 | 202 | 34 | 22 | 0 | 116 | 61 | 112 | 101 | 37 |
| Binary | 1101010 | 10000010 | 11100 | 10010 | 0 | 1001110 | 110001 | 1001010 | 1000001 | 11111 |
Color Harmonies of #6A821C
Complementary color
Monochromatic Colors of #6A821C
Black with #6A821C
Text Example
Text Example
White with #6A821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A821C; }
p { color: rgb(106,130,28); }
H1.HeaderClassName
{
color: #6A821C;
}
.AnyTagClassName
{
color: #6A821C;
}
</style>
background-color css
<style>
a { background-color: #6A821C; }
a { background-color: rgb(106,130,28); }
div.DivClassName
{
background-color: #6A821C;
}
.BgClassName
{
background-color: #6A821C;
}
</style>
border-color css
<style>
span { border-color: #6A821C; }
span { border-color: rgb(106,130,28); }
td.TdClassName
{
border-color: #6A821C;
}
.TagClassName
{
border-color: #6A821C;
}
</style>