Shades of Olive Drab #6D8E38
Tints of Olive Drab #6D8E38
RGB
CMYK
RGB Variations
Color information
#6D8E38 (or 0x6D8E38) is known color: Olive Drab. HEX triplet: 6D, 8E and 38. RGB value is (109,142,56). Sum of RGB (Red+Green+Blue) = 109+142+56=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8E38 is #9271C7. Grayscale: #7A7A7A. Windows color (decimal): -9597384 or 3706477. OLE color: 3706477.
HSL color Cylindrical-coordinate representation of color #6D8E38: hue angle of 83.02º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D8E38 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 142 | 56 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.44 |
| HSL | 83.02º | 0.43% | 0.39% | - |
| HSV(B) | 83.02º | 0.61% | 0.56% | - |
| XYZ | 16.69 | 22.88 | 7.28 | - |
| YUV | 122.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 56 | 0.23 | 0 | 0.61 | 0.44 | 83.02 | 0.43 | 0.39 |
| Hex | 6D | 8E | 38 | 17 | 0 | 3D | 2C | 53 | 2B | 27 |
| Octal | 155 | 216 | 70 | 27 | 0 | 75 | 54 | 123 | 53 | 47 |
| Binary | 1101101 | 10001110 | 111000 | 10111 | 0 | 111101 | 101100 | 1010011 | 101011 | 100111 |
Color Harmonies of #6D8E38
Complementary color
Monochromatic Colors of #6D8E38
Black with #6D8E38
Text Example
Text Example
White with #6D8E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8E38; }
p { color: rgb(109,142,56); }
H1.HeaderClassName
{
color: #6D8E38;
}
.AnyTagClassName
{
color: #6D8E38;
}
</style>
background-color css
<style>
a { background-color: #6D8E38; }
a { background-color: rgb(109,142,56); }
div.DivClassName
{
background-color: #6D8E38;
}
.BgClassName
{
background-color: #6D8E38;
}
</style>
border-color css
<style>
span { border-color: #6D8E38; }
span { border-color: rgb(109,142,56); }
td.TdClassName
{
border-color: #6D8E38;
}
.TagClassName
{
border-color: #6D8E38;
}
</style>