Shades of Olive Drab #6D8523
Tints of Olive Drab #6D8523
RGB
CMYK
RGB Variations
Color information
#6D8523 (or 0x6D8523) is known color: Olive Drab. HEX triplet: 6D, 85 and 23. RGB value is (109,133,35). Sum of RGB (Red+Green+Blue) = 109+133+35=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8523 is #927ADC. Grayscale: #737373. Windows color (decimal): -9599709 or 2327917. OLE color: 2327917.
HSL color Cylindrical-coordinate representation of color #6D8523: hue angle of 74.69º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D8523 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 35 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.48 |
| HSL | 74.69º | 0.58% | 0.33% | - |
| HSV(B) | 74.69º | 0.74% | 0.52% | - |
| XYZ | 15 | 20.15 | 4.69 | - |
| YUV | 114.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 35 | 0.18 | 0 | 0.74 | 0.48 | 74.69 | 0.58 | 0.33 |
| Hex | 6D | 85 | 23 | 12 | 0 | 4A | 30 | 4B | 3A | 21 |
| Octal | 155 | 205 | 43 | 22 | 0 | 112 | 60 | 113 | 72 | 41 |
| Binary | 1101101 | 10000101 | 100011 | 10010 | 0 | 1001010 | 110000 | 1001011 | 111010 | 100001 |
Color Harmonies of #6D8523
Complementary color
Monochromatic Colors of #6D8523
Black with #6D8523
Text Example
Text Example
White with #6D8523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8523; }
p { color: rgb(109,133,35); }
H1.HeaderClassName
{
color: #6D8523;
}
.AnyTagClassName
{
color: #6D8523;
}
</style>
background-color css
<style>
a { background-color: #6D8523; }
a { background-color: rgb(109,133,35); }
div.DivClassName
{
background-color: #6D8523;
}
.BgClassName
{
background-color: #6D8523;
}
</style>
border-color css
<style>
span { border-color: #6D8523; }
span { border-color: rgb(109,133,35); }
td.TdClassName
{
border-color: #6D8523;
}
.TagClassName
{
border-color: #6D8523;
}
</style>