Shades of Olive Drab #6D8527
Tints of Olive Drab #6D8527
RGB
CMYK
RGB Variations
Color information
#6D8527 (or 0x6D8527) is known color: Olive Drab. HEX triplet: 6D, 85 and 27. RGB value is (109,133,39). Sum of RGB (Red+Green+Blue) = 109+133+39=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8527 is #927AD8. Grayscale: #737373. Windows color (decimal): -9599705 or 2590061. OLE color: 2590061.
HSL color Cylindrical-coordinate representation of color #6D8527: hue angle of 75.32º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D8527 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 39 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.48 |
| HSL | 75.32º | 0.55% | 0.34% | - |
| HSV(B) | 75.32º | 0.71% | 0.52% | - |
| XYZ | 15.06 | 20.17 | 5.02 | - |
| YUV | 115.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 39 | 0.18 | 0 | 0.71 | 0.48 | 75.32 | 0.55 | 0.34 |
| Hex | 6D | 85 | 27 | 12 | 0 | 47 | 30 | 4B | 37 | 22 |
| Octal | 155 | 205 | 47 | 22 | 0 | 107 | 60 | 113 | 67 | 42 |
| Binary | 1101101 | 10000101 | 100111 | 10010 | 0 | 1000111 | 110000 | 1001011 | 110111 | 100010 |
Color Harmonies of #6D8527
Complementary color
Monochromatic Colors of #6D8527
Black with #6D8527
Text Example
Text Example
White with #6D8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8527; }
p { color: rgb(109,133,39); }
H1.HeaderClassName
{
color: #6D8527;
}
.AnyTagClassName
{
color: #6D8527;
}
</style>
background-color css
<style>
a { background-color: #6D8527; }
a { background-color: rgb(109,133,39); }
div.DivClassName
{
background-color: #6D8527;
}
.BgClassName
{
background-color: #6D8527;
}
</style>
border-color css
<style>
span { border-color: #6D8527; }
span { border-color: rgb(109,133,39); }
td.TdClassName
{
border-color: #6D8527;
}
.TagClassName
{
border-color: #6D8527;
}
</style>