Shades of Olive Drab #6F9306
Tints of Olive Drab #6F9306
RGB
CMYK
RGB Variations
Color information
#6F9306 (or 0x6F9306) is known color: Olive Drab. HEX triplet: 6F, 93 and 06. RGB value is (111,147,6). Sum of RGB (Red+Green+Blue) = 111+147+6=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9306 is #906CF9. Grayscale: #787878. Windows color (decimal): -9465082 or 430959. OLE color: 430959.
HSL color Cylindrical-coordinate representation of color #6F9306: hue angle of 75.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F9306 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 6 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.42 |
| HSL | 75.32º | 0.92% | 0.3% | - |
| HSV(B) | 75.32º | 0.96% | 0.58% | - |
| XYZ | 17.02 | 24.26 | 3.96 | - |
| YUV | 120.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 6 | 0.24 | 0 | 0.96 | 0.42 | 75.32 | 0.92 | 0.3 |
| Hex | 6F | 93 | 6 | 18 | 0 | 60 | 2A | 4B | 5C | 1E |
| Octal | 157 | 223 | 6 | 30 | 0 | 140 | 52 | 113 | 134 | 36 |
| Binary | 1101111 | 10010011 | 110 | 11000 | 0 | 1100000 | 101010 | 1001011 | 1011100 | 11110 |
Color Harmonies of #6F9306
Complementary color
Monochromatic Colors of #6F9306
Black with #6F9306
Text Example
Text Example
White with #6F9306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9306; }
p { color: rgb(111,147,6); }
H1.HeaderClassName
{
color: #6F9306;
}
.AnyTagClassName
{
color: #6F9306;
}
</style>
background-color css
<style>
a { background-color: #6F9306; }
a { background-color: rgb(111,147,6); }
div.DivClassName
{
background-color: #6F9306;
}
.BgClassName
{
background-color: #6F9306;
}
</style>
border-color css
<style>
span { border-color: #6F9306; }
span { border-color: rgb(111,147,6); }
td.TdClassName
{
border-color: #6F9306;
}
.TagClassName
{
border-color: #6F9306;
}
</style>