Shades of Olive Drab #6D8230
Tints of Olive Drab #6D8230
RGB
CMYK
RGB Variations
Color information
#6D8230 (or 0x6D8230) is known color: Olive Drab. HEX triplet: 6D, 82 and 30. RGB value is (109,130,48). Sum of RGB (Red+Green+Blue) = 109+130+48=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8230 is #927DCF. Grayscale: #727272. Windows color (decimal): -9600464 or 3179117. OLE color: 3179117.
HSL color Cylindrical-coordinate representation of color #6D8230: hue angle of 75.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D8230 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 48 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.49 |
| HSL | 75.37º | 0.46% | 0.35% | - |
| HSV(B) | 75.37º | 0.63% | 0.51% | - |
| XYZ | 14.82 | 19.43 | 5.77 | - |
| YUV | 114.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 48 | 0.16 | 0 | 0.63 | 0.49 | 75.37 | 0.46 | 0.35 |
| Hex | 6D | 82 | 30 | 10 | 0 | 3F | 31 | 4B | 2E | 23 |
| Octal | 155 | 202 | 60 | 20 | 0 | 77 | 61 | 113 | 56 | 43 |
| Binary | 1101101 | 10000010 | 110000 | 10000 | 0 | 111111 | 110001 | 1001011 | 101110 | 100011 |
Color Harmonies of #6D8230
Complementary color
Monochromatic Colors of #6D8230
Black with #6D8230
Text Example
Text Example
White with #6D8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8230; }
p { color: rgb(109,130,48); }
H1.HeaderClassName
{
color: #6D8230;
}
.AnyTagClassName
{
color: #6D8230;
}
</style>
background-color css
<style>
a { background-color: #6D8230; }
a { background-color: rgb(109,130,48); }
div.DivClassName
{
background-color: #6D8230;
}
.BgClassName
{
background-color: #6D8230;
}
</style>
border-color css
<style>
span { border-color: #6D8230; }
span { border-color: rgb(109,130,48); }
td.TdClassName
{
border-color: #6D8230;
}
.TagClassName
{
border-color: #6D8230;
}
</style>