Shades of Olive Drab #6F9409
Tints of Olive Drab #6F9409
RGB
CMYK
RGB Variations
Color information
#6F9409 (or 0x6F9409) is known color: Olive Drab. HEX triplet: 6F, 94 and 09. RGB value is (111,148,9). Sum of RGB (Red+Green+Blue) = 111+148+9=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9409 is #906BF6. Grayscale: #797979. Windows color (decimal): -9464823 or 627823. OLE color: 627823.
HSL color Cylindrical-coordinate representation of color #6F9409: hue angle of 75.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F9409 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 9 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.42 |
| HSL | 75.97º | 0.89% | 0.31% | - |
| HSV(B) | 75.97º | 0.94% | 0.58% | - |
| XYZ | 17.19 | 24.58 | 4.1 | - |
| YUV | 121.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 9 | 0.25 | 0 | 0.94 | 0.42 | 75.97 | 0.89 | 0.31 |
| Hex | 6F | 94 | 9 | 19 | 0 | 5E | 2A | 4C | 59 | 1F |
| Octal | 157 | 224 | 11 | 31 | 0 | 136 | 52 | 114 | 131 | 37 |
| Binary | 1101111 | 10010100 | 1001 | 11001 | 0 | 1011110 | 101010 | 1001100 | 1011001 | 11111 |
Color Harmonies of #6F9409
Complementary color
Monochromatic Colors of #6F9409
Black with #6F9409
Text Example
Text Example
White with #6F9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9409; }
p { color: rgb(111,148,9); }
H1.HeaderClassName
{
color: #6F9409;
}
.AnyTagClassName
{
color: #6F9409;
}
</style>
background-color css
<style>
a { background-color: #6F9409; }
a { background-color: rgb(111,148,9); }
div.DivClassName
{
background-color: #6F9409;
}
.BgClassName
{
background-color: #6F9409;
}
</style>
border-color css
<style>
span { border-color: #6F9409; }
span { border-color: rgb(111,148,9); }
td.TdClassName
{
border-color: #6F9409;
}
.TagClassName
{
border-color: #6F9409;
}
</style>