Shades of Olive Drab #6A921C
Tints of Olive Drab #6A921C
RGB
CMYK
RGB Variations
Color information
#6A921C (or 0x6A921C) is known color: Olive Drab. HEX triplet: 6A, 92 and 1C. RGB value is (106,146,28). Sum of RGB (Red+Green+Blue) = 106+146+28=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #6A921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A921C is #956DE3. Grayscale: #797979. Windows color (decimal): -9792996 or 1872490. OLE color: 1872490.
HSL color Cylindrical-coordinate representation of color #6A921C: hue angle of 80.34º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A921C is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 146 | 28 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.43 |
| HSL | 80.34º | 0.68% | 0.34% | - |
| HSV(B) | 80.34º | 0.81% | 0.57% | - |
| XYZ | 16.43 | 23.71 | 4.81 | - |
| YUV | 120.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 146 | 28 | 0.27 | 0 | 0.81 | 0.43 | 80.34 | 0.68 | 0.34 |
| Hex | 6A | 92 | 1C | 1B | 0 | 51 | 2B | 50 | 44 | 22 |
| Octal | 152 | 222 | 34 | 33 | 0 | 121 | 53 | 120 | 104 | 42 |
| Binary | 1101010 | 10010010 | 11100 | 11011 | 0 | 1010001 | 101011 | 1010000 | 1000100 | 100010 |
Color Harmonies of #6A921C
Complementary color
Monochromatic Colors of #6A921C
Black with #6A921C
Text Example
Text Example
White with #6A921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A921C; }
p { color: rgb(106,146,28); }
H1.HeaderClassName
{
color: #6A921C;
}
.AnyTagClassName
{
color: #6A921C;
}
</style>
background-color css
<style>
a { background-color: #6A921C; }
a { background-color: rgb(106,146,28); }
div.DivClassName
{
background-color: #6A921C;
}
.BgClassName
{
background-color: #6A921C;
}
</style>
border-color css
<style>
span { border-color: #6A921C; }
span { border-color: rgb(106,146,28); }
td.TdClassName
{
border-color: #6A921C;
}
.TagClassName
{
border-color: #6A921C;
}
</style>