Shades of Olive Drab #6D8823
Tints of Olive Drab #6D8823
RGB
CMYK
RGB Variations
Color information
#6D8823 (or 0x6D8823) is known color: Olive Drab. HEX triplet: 6D, 88 and 23. RGB value is (109,136,35). Sum of RGB (Red+Green+Blue) = 109+136+35=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8823 is #9277DC. Grayscale: #747474. Windows color (decimal): -9598941 or 2328685. OLE color: 2328685.
HSL color Cylindrical-coordinate representation of color #6D8823: hue angle of 76.04º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D8823 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 35 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.47 |
| HSL | 76.04º | 0.59% | 0.34% | - |
| HSV(B) | 76.04º | 0.74% | 0.53% | - |
| XYZ | 15.41 | 20.98 | 4.83 | - |
| YUV | 116.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 35 | 0.20 | 0 | 0.74 | 0.47 | 76.04 | 0.59 | 0.34 |
| Hex | 6D | 88 | 23 | 14 | 0 | 4A | 2F | 4C | 3B | 22 |
| Octal | 155 | 210 | 43 | 24 | 0 | 112 | 57 | 114 | 73 | 42 |
| Binary | 1101101 | 10001000 | 100011 | 10100 | 0 | 1001010 | 101111 | 1001100 | 111011 | 100010 |
Color Harmonies of #6D8823
Complementary color
Monochromatic Colors of #6D8823
Black with #6D8823
Text Example
Text Example
White with #6D8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8823; }
p { color: rgb(109,136,35); }
H1.HeaderClassName
{
color: #6D8823;
}
.AnyTagClassName
{
color: #6D8823;
}
</style>
background-color css
<style>
a { background-color: #6D8823; }
a { background-color: rgb(109,136,35); }
div.DivClassName
{
background-color: #6D8823;
}
.BgClassName
{
background-color: #6D8823;
}
</style>
border-color css
<style>
span { border-color: #6D8823; }
span { border-color: rgb(109,136,35); }
td.TdClassName
{
border-color: #6D8823;
}
.TagClassName
{
border-color: #6D8823;
}
</style>