Shades of Olive Drab #6D8F06
Tints of Olive Drab #6D8F06
RGB
CMYK
RGB Variations
Color information
#6D8F06 (or 0x6D8F06) is known color: Olive Drab. HEX triplet: 6D, 8F and 06. RGB value is (109,143,6). Sum of RGB (Red+Green+Blue) = 109+143+6=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8F06 is #9270F9. Grayscale: #757575. Windows color (decimal): -9597178 or 429933. OLE color: 429933.
HSL color Cylindrical-coordinate representation of color #6D8F06: hue angle of 74.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D8F06 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 6 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.44 |
| HSL | 74.89º | 0.92% | 0.29% | - |
| HSV(B) | 74.89º | 0.96% | 0.56% | - |
| XYZ | 16.16 | 22.91 | 3.74 | - |
| YUV | 117.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 6 | 0.24 | 0 | 0.96 | 0.44 | 74.89 | 0.92 | 0.29 |
| Hex | 6D | 8F | 6 | 18 | 0 | 60 | 2C | 4B | 5C | 1D |
| Octal | 155 | 217 | 6 | 30 | 0 | 140 | 54 | 113 | 134 | 35 |
| Binary | 1101101 | 10001111 | 110 | 11000 | 0 | 1100000 | 101100 | 1001011 | 1011100 | 11101 |
Color Harmonies of #6D8F06
Complementary color
Monochromatic Colors of #6D8F06
Black with #6D8F06
Text Example
Text Example
White with #6D8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F06; }
p { color: rgb(109,143,6); }
H1.HeaderClassName
{
color: #6D8F06;
}
.AnyTagClassName
{
color: #6D8F06;
}
</style>
background-color css
<style>
a { background-color: #6D8F06; }
a { background-color: rgb(109,143,6); }
div.DivClassName
{
background-color: #6D8F06;
}
.BgClassName
{
background-color: #6D8F06;
}
</style>
border-color css
<style>
span { border-color: #6D8F06; }
span { border-color: rgb(109,143,6); }
td.TdClassName
{
border-color: #6D8F06;
}
.TagClassName
{
border-color: #6D8F06;
}
</style>