Shades of Olive Drab #6D8423
Tints of Olive Drab #6D8423
RGB
CMYK
RGB Variations
Color information
#6D8423 (or 0x6D8423) is known color: Olive Drab. HEX triplet: 6D, 84 and 23. RGB value is (109,132,35). Sum of RGB (Red+Green+Blue) = 109+132+35=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8423 is #927BDC. Grayscale: #727272. Windows color (decimal): -9599965 or 2327661. OLE color: 2327661.
HSL color Cylindrical-coordinate representation of color #6D8423: hue angle of 74.23º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D8423 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 35 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.48 |
| HSL | 74.23º | 0.58% | 0.33% | - |
| HSV(B) | 74.23º | 0.73% | 0.52% | - |
| XYZ | 14.86 | 19.88 | 4.64 | - |
| YUV | 114.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 35 | 0.17 | 0 | 0.73 | 0.48 | 74.23 | 0.58 | 0.33 |
| Hex | 6D | 84 | 23 | 11 | 0 | 49 | 30 | 4A | 3A | 21 |
| Octal | 155 | 204 | 43 | 21 | 0 | 111 | 60 | 112 | 72 | 41 |
| Binary | 1101101 | 10000100 | 100011 | 10001 | 0 | 1001001 | 110000 | 1001010 | 111010 | 100001 |
Color Harmonies of #6D8423
Complementary color
Monochromatic Colors of #6D8423
Black with #6D8423
Text Example
Text Example
White with #6D8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8423; }
p { color: rgb(109,132,35); }
H1.HeaderClassName
{
color: #6D8423;
}
.AnyTagClassName
{
color: #6D8423;
}
</style>
background-color css
<style>
a { background-color: #6D8423; }
a { background-color: rgb(109,132,35); }
div.DivClassName
{
background-color: #6D8423;
}
.BgClassName
{
background-color: #6D8423;
}
</style>
border-color css
<style>
span { border-color: #6D8423; }
span { border-color: rgb(109,132,35); }
td.TdClassName
{
border-color: #6D8423;
}
.TagClassName
{
border-color: #6D8423;
}
</style>