Shades of Olive Drab #6F940C
Tints of Olive Drab #6F940C
RGB
CMYK
RGB Variations
Color information
#6F940C (or 0x6F940C) is known color: Olive Drab. HEX triplet: 6F, 94 and 0C. RGB value is (111,148,12). Sum of RGB (Red+Green+Blue) = 111+148+12=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #6F940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F940C is #906BF3. Grayscale: #797979. Windows color (decimal): -9464820 or 824431. OLE color: 824431.
HSL color Cylindrical-coordinate representation of color #6F940C: hue angle of 76.32º 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 #6F940C is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 12 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.42 |
| HSL | 76.32º | 0.85% | 0.31% | - |
| HSV(B) | 76.32º | 0.92% | 0.58% | - |
| XYZ | 17.21 | 24.59 | 4.19 | - |
| YUV | 121.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 12 | 0.25 | 0 | 0.92 | 0.42 | 76.32 | 0.85 | 0.31 |
| Hex | 6F | 94 | C | 19 | 0 | 5C | 2A | 4C | 55 | 1F |
| Octal | 157 | 224 | 14 | 31 | 0 | 134 | 52 | 114 | 125 | 37 |
| Binary | 1101111 | 10010100 | 1100 | 11001 | 0 | 1011100 | 101010 | 1001100 | 1010101 | 11111 |
Color Harmonies of #6F940C
Complementary color
Monochromatic Colors of #6F940C
Black with #6F940C
Text Example
Text Example
White with #6F940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F940C; }
p { color: rgb(111,148,12); }
H1.HeaderClassName
{
color: #6F940C;
}
.AnyTagClassName
{
color: #6F940C;
}
</style>
background-color css
<style>
a { background-color: #6F940C; }
a { background-color: rgb(111,148,12); }
div.DivClassName
{
background-color: #6F940C;
}
.BgClassName
{
background-color: #6F940C;
}
</style>
border-color css
<style>
span { border-color: #6F940C; }
span { border-color: rgb(111,148,12); }
td.TdClassName
{
border-color: #6F940C;
}
.TagClassName
{
border-color: #6F940C;
}
</style>