Shades of Olive Drab #6D8B38
Tints of Olive Drab #6D8B38
RGB
CMYK
RGB Variations
Color information
#6D8B38 (or 0x6D8B38) is known color: Olive Drab. HEX triplet: 6D, 8B and 38. RGB value is (109,139,56). Sum of RGB (Red+Green+Blue) = 109+139+56=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8B38 is #9274C7. Grayscale: #787878. Windows color (decimal): -9598152 or 3705709. OLE color: 3705709.
HSL color Cylindrical-coordinate representation of color #6D8B38: hue angle of 81.69º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D8B38 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 56 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.45 |
| HSL | 81.69º | 0.43% | 0.38% | - |
| HSV(B) | 81.69º | 0.6% | 0.55% | - |
| XYZ | 16.25 | 22 | 7.13 | - |
| YUV | 120.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 56 | 0.22 | 0 | 0.60 | 0.45 | 81.69 | 0.43 | 0.38 |
| Hex | 6D | 8B | 38 | 16 | 0 | 3C | 2D | 52 | 2B | 26 |
| Octal | 155 | 213 | 70 | 26 | 0 | 74 | 55 | 122 | 53 | 46 |
| Binary | 1101101 | 10001011 | 111000 | 10110 | 0 | 111100 | 101101 | 1010010 | 101011 | 100110 |
Color Harmonies of #6D8B38
Complementary color
Monochromatic Colors of #6D8B38
Black with #6D8B38
Text Example
Text Example
White with #6D8B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B38; }
p { color: rgb(109,139,56); }
H1.HeaderClassName
{
color: #6D8B38;
}
.AnyTagClassName
{
color: #6D8B38;
}
</style>
background-color css
<style>
a { background-color: #6D8B38; }
a { background-color: rgb(109,139,56); }
div.DivClassName
{
background-color: #6D8B38;
}
.BgClassName
{
background-color: #6D8B38;
}
</style>
border-color css
<style>
span { border-color: #6D8B38; }
span { border-color: rgb(109,139,56); }
td.TdClassName
{
border-color: #6D8B38;
}
.TagClassName
{
border-color: #6D8B38;
}
</style>