Shades of Olive Drab #6D8F27
Tints of Olive Drab #6D8F27
RGB
CMYK
RGB Variations
Color information
#6D8F27 (or 0x6D8F27) is known color: Olive Drab. HEX triplet: 6D, 8F and 27. RGB value is (109,143,39). Sum of RGB (Red+Green+Blue) = 109+143+39=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8F27 is #9270D8. Grayscale: #797979. Windows color (decimal): -9597145 or 2592621. OLE color: 2592621.
HSL color Cylindrical-coordinate representation of color #6D8F27: hue angle of 79.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D8F27 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 39 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.44 |
| HSL | 79.62º | 0.57% | 0.36% | - |
| HSV(B) | 79.62º | 0.73% | 0.56% | - |
| XYZ | 16.5 | 23.04 | 5.5 | - |
| YUV | 120.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 39 | 0.24 | 0 | 0.73 | 0.44 | 79.62 | 0.57 | 0.36 |
| Hex | 6D | 8F | 27 | 18 | 0 | 49 | 2C | 50 | 39 | 24 |
| Octal | 155 | 217 | 47 | 30 | 0 | 111 | 54 | 120 | 71 | 44 |
| Binary | 1101101 | 10001111 | 100111 | 11000 | 0 | 1001001 | 101100 | 1010000 | 111001 | 100100 |
Color Harmonies of #6D8F27
Complementary color
Monochromatic Colors of #6D8F27
Black with #6D8F27
Text Example
Text Example
White with #6D8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F27; }
p { color: rgb(109,143,39); }
H1.HeaderClassName
{
color: #6D8F27;
}
.AnyTagClassName
{
color: #6D8F27;
}
</style>
background-color css
<style>
a { background-color: #6D8F27; }
a { background-color: rgb(109,143,39); }
div.DivClassName
{
background-color: #6D8F27;
}
.BgClassName
{
background-color: #6D8F27;
}
</style>
border-color css
<style>
span { border-color: #6D8F27; }
span { border-color: rgb(109,143,39); }
td.TdClassName
{
border-color: #6D8F27;
}
.TagClassName
{
border-color: #6D8F27;
}
</style>