Shades of Olive Drab #6D930C
Tints of Olive Drab #6D930C
RGB
CMYK
RGB Variations
Color information
#6D930C (or 0x6D930C) is known color: Olive Drab. HEX triplet: 6D, 93 and 0C. RGB value is (109,147,12). Sum of RGB (Red+Green+Blue) = 109+147+12=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #6D930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D930C is #926CF3. Grayscale: #787878. Windows color (decimal): -9596148 or 824173. OLE color: 824173.
HSL color Cylindrical-coordinate representation of color #6D930C: hue angle of 76.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D930C is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 147 | 12 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.42 |
| HSL | 76.89º | 0.85% | 0.31% | - |
| HSV(B) | 76.89º | 0.92% | 0.58% | - |
| XYZ | 16.81 | 24.15 | 4.12 | - |
| YUV | 120.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 12 | 0.26 | 0 | 0.92 | 0.42 | 76.89 | 0.85 | 0.31 |
| Hex | 6D | 93 | C | 1A | 0 | 5C | 2A | 4D | 55 | 1F |
| Octal | 155 | 223 | 14 | 32 | 0 | 134 | 52 | 115 | 125 | 37 |
| Binary | 1101101 | 10010011 | 1100 | 11010 | 0 | 1011100 | 101010 | 1001101 | 1010101 | 11111 |
Color Harmonies of #6D930C
Complementary color
Monochromatic Colors of #6D930C
Black with #6D930C
Text Example
Text Example
White with #6D930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D930C; }
p { color: rgb(109,147,12); }
H1.HeaderClassName
{
color: #6D930C;
}
.AnyTagClassName
{
color: #6D930C;
}
</style>
background-color css
<style>
a { background-color: #6D930C; }
a { background-color: rgb(109,147,12); }
div.DivClassName
{
background-color: #6D930C;
}
.BgClassName
{
background-color: #6D930C;
}
</style>
border-color css
<style>
span { border-color: #6D930C; }
span { border-color: rgb(109,147,12); }
td.TdClassName
{
border-color: #6D930C;
}
.TagClassName
{
border-color: #6D930C;
}
</style>