Shades of Olive Drab #6D8B1D
Tints of Olive Drab #6D8B1D
RGB
CMYK
RGB Variations
Color information
#6D8B1D (or 0x6D8B1D) is known color: Olive Drab. HEX triplet: 6D, 8B and 1D. RGB value is (109,139,29). Sum of RGB (Red+Green+Blue) = 109+139+29=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8B1D is #9274E2. Grayscale: #757575. Windows color (decimal): -9598179 or 1936237. OLE color: 1936237.
HSL color Cylindrical-coordinate representation of color #6D8B1D: hue angle of 76.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D8B1D is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 29 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.45 |
| HSL | 76.36º | 0.65% | 0.33% | - |
| HSV(B) | 76.36º | 0.79% | 0.55% | - |
| XYZ | 15.76 | 21.81 | 4.54 | - |
| YUV | 117.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 29 | 0.22 | 0 | 0.79 | 0.45 | 76.36 | 0.65 | 0.33 |
| Hex | 6D | 8B | 1D | 16 | 0 | 4F | 2D | 4C | 41 | 21 |
| Octal | 155 | 213 | 35 | 26 | 0 | 117 | 55 | 114 | 101 | 41 |
| Binary | 1101101 | 10001011 | 11101 | 10110 | 0 | 1001111 | 101101 | 1001100 | 1000001 | 100001 |
Color Harmonies of #6D8B1D
Complementary color
Monochromatic Colors of #6D8B1D
Black with #6D8B1D
Text Example
Text Example
White with #6D8B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B1D; }
p { color: rgb(109,139,29); }
H1.HeaderClassName
{
color: #6D8B1D;
}
.AnyTagClassName
{
color: #6D8B1D;
}
</style>
background-color css
<style>
a { background-color: #6D8B1D; }
a { background-color: rgb(109,139,29); }
div.DivClassName
{
background-color: #6D8B1D;
}
.BgClassName
{
background-color: #6D8B1D;
}
</style>
border-color css
<style>
span { border-color: #6D8B1D; }
span { border-color: rgb(109,139,29); }
td.TdClassName
{
border-color: #6D8B1D;
}
.TagClassName
{
border-color: #6D8B1D;
}
</style>