Shades of Olive Drab #6D961D
Tints of Olive Drab #6D961D
RGB
CMYK
RGB Variations
Color information
#6D961D (or 0x6D961D) is known color: Olive Drab. HEX triplet: 6D, 96 and 1D. RGB value is (109,150,29). Sum of RGB (Red+Green+Blue) = 109+150+29=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #6D961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D961D is #9269E2. Grayscale: #7C7C7C. Windows color (decimal): -9595363 or 1939053. OLE color: 1939053.
HSL color Cylindrical-coordinate representation of color #6D961D: hue angle of 80.33º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D961D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 29 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.41 |
| HSL | 80.33º | 0.68% | 0.35% | - |
| HSV(B) | 80.33º | 0.81% | 0.59% | - |
| XYZ | 17.43 | 25.15 | 5.1 | - |
| YUV | 123.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 29 | 0.27 | 0 | 0.81 | 0.41 | 80.33 | 0.68 | 0.35 |
| Hex | 6D | 96 | 1D | 1B | 0 | 51 | 29 | 50 | 44 | 23 |
| Octal | 155 | 226 | 35 | 33 | 0 | 121 | 51 | 120 | 104 | 43 |
| Binary | 1101101 | 10010110 | 11101 | 11011 | 0 | 1010001 | 101001 | 1010000 | 1000100 | 100011 |
Color Harmonies of #6D961D
Complementary color
Monochromatic Colors of #6D961D
Black with #6D961D
Text Example
Text Example
White with #6D961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D961D; }
p { color: rgb(109,150,29); }
H1.HeaderClassName
{
color: #6D961D;
}
.AnyTagClassName
{
color: #6D961D;
}
</style>
background-color css
<style>
a { background-color: #6D961D; }
a { background-color: rgb(109,150,29); }
div.DivClassName
{
background-color: #6D961D;
}
.BgClassName
{
background-color: #6D961D;
}
</style>
border-color css
<style>
span { border-color: #6D961D; }
span { border-color: rgb(109,150,29); }
td.TdClassName
{
border-color: #6D961D;
}
.TagClassName
{
border-color: #6D961D;
}
</style>