Shades of Olive Drab #6B940E
Tints of Olive Drab #6B940E
RGB
CMYK
RGB Variations
Color information
#6B940E (or 0x6B940E) is known color: Olive Drab. HEX triplet: 6B, 94 and 0E. RGB value is (107,148,14). Sum of RGB (Red+Green+Blue) = 107+148+14=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #6B940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B940E is #946BF1. Grayscale: #787878. Windows color (decimal): -9726962 or 955499. OLE color: 955499.
HSL color Cylindrical-coordinate representation of color #6B940E: hue angle of 78.36º degrees, saturation: 0.83, 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 #6B940E is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 14 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.42 |
| HSL | 78.36º | 0.83% | 0.32% | - |
| HSV(B) | 78.36º | 0.91% | 0.58% | - |
| XYZ | 16.73 | 24.34 | 4.23 | - |
| YUV | 120.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 14 | 0.28 | 0 | 0.91 | 0.42 | 78.36 | 0.83 | 0.32 |
| Hex | 6B | 94 | E | 1C | 0 | 5B | 2A | 4E | 53 | 20 |
| Octal | 153 | 224 | 16 | 34 | 0 | 133 | 52 | 116 | 123 | 40 |
| Binary | 1101011 | 10010100 | 1110 | 11100 | 0 | 1011011 | 101010 | 1001110 | 1010011 | 100000 |
Color Harmonies of #6B940E
Complementary color
Monochromatic Colors of #6B940E
Black with #6B940E
Text Example
Text Example
White with #6B940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B940E; }
p { color: rgb(107,148,14); }
H1.HeaderClassName
{
color: #6B940E;
}
.AnyTagClassName
{
color: #6B940E;
}
</style>
background-color css
<style>
a { background-color: #6B940E; }
a { background-color: rgb(107,148,14); }
div.DivClassName
{
background-color: #6B940E;
}
.BgClassName
{
background-color: #6B940E;
}
</style>
border-color css
<style>
span { border-color: #6B940E; }
span { border-color: rgb(107,148,14); }
td.TdClassName
{
border-color: #6B940E;
}
.TagClassName
{
border-color: #6B940E;
}
</style>