Shades of Olive Drab #6A940D
Tints of Olive Drab #6A940D
RGB
CMYK
RGB Variations
Color information
#6A940D (or 0x6A940D) is known color: Olive Drab. HEX triplet: 6A, 94 and 0D. RGB value is (106,148,13). Sum of RGB (Red+Green+Blue) = 106+148+13=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #6A940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A940D is #956BF2. Grayscale: #787878. Windows color (decimal): -9792499 or 889962. OLE color: 889962.
HSL color Cylindrical-coordinate representation of color #6A940D: hue angle of 78.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A940D is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 13 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.42 |
| HSL | 78.67º | 0.84% | 0.32% | - |
| HSV(B) | 78.67º | 0.91% | 0.58% | - |
| XYZ | 16.61 | 24.27 | 4.19 | - |
| YUV | 120.05 | 67.59 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 13 | 0.28 | 0 | 0.91 | 0.42 | 78.67 | 0.84 | 0.32 |
| Hex | 6A | 94 | D | 1C | 0 | 5B | 2A | 4F | 54 | 20 |
| Octal | 152 | 224 | 15 | 34 | 0 | 133 | 52 | 117 | 124 | 40 |
| Binary | 1101010 | 10010100 | 1101 | 11100 | 0 | 1011011 | 101010 | 1001111 | 1010100 | 100000 |
Color Harmonies of #6A940D
Complementary color
Monochromatic Colors of #6A940D
Black with #6A940D
Text Example
Text Example
White with #6A940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A940D; }
p { color: rgb(106,148,13); }
H1.HeaderClassName
{
color: #6A940D;
}
.AnyTagClassName
{
color: #6A940D;
}
</style>
background-color css
<style>
a { background-color: #6A940D; }
a { background-color: rgb(106,148,13); }
div.DivClassName
{
background-color: #6A940D;
}
.BgClassName
{
background-color: #6A940D;
}
</style>
border-color css
<style>
span { border-color: #6A940D; }
span { border-color: rgb(106,148,13); }
td.TdClassName
{
border-color: #6A940D;
}
.TagClassName
{
border-color: #6A940D;
}
</style>