Shades of Olive Drab #6C882E
Tints of Olive Drab #6C882E
RGB
CMYK
RGB Variations
Color information
#6C882E (or 0x6C882E) is known color: Olive Drab. HEX triplet: 6C, 88 and 2E. RGB value is (108,136,46). Sum of RGB (Red+Green+Blue) = 108+136+46=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #6C882E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C882E is #9377D1. Grayscale: #757575. Windows color (decimal): -9664466 or 3049580. OLE color: 3049580.
HSL color Cylindrical-coordinate representation of color #6C882E: hue angle of 78.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C882E is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 46 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.47 |
| HSL | 78.67º | 0.49% | 0.36% | - |
| HSV(B) | 78.67º | 0.66% | 0.53% | - |
| XYZ | 15.48 | 20.99 | 5.82 | - |
| YUV | 117.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 46 | 0.21 | 0 | 0.66 | 0.47 | 78.67 | 0.49 | 0.36 |
| Hex | 6C | 88 | 2E | 15 | 0 | 42 | 2F | 4F | 31 | 24 |
| Octal | 154 | 210 | 56 | 25 | 0 | 102 | 57 | 117 | 61 | 44 |
| Binary | 1101100 | 10001000 | 101110 | 10101 | 0 | 1000010 | 101111 | 1001111 | 110001 | 100100 |
Color Harmonies of #6C882E
Complementary color
Monochromatic Colors of #6C882E
Black with #6C882E
Text Example
Text Example
White with #6C882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C882E; }
p { color: rgb(108,136,46); }
H1.HeaderClassName
{
color: #6C882E;
}
.AnyTagClassName
{
color: #6C882E;
}
</style>
background-color css
<style>
a { background-color: #6C882E; }
a { background-color: rgb(108,136,46); }
div.DivClassName
{
background-color: #6C882E;
}
.BgClassName
{
background-color: #6C882E;
}
</style>
border-color css
<style>
span { border-color: #6C882E; }
span { border-color: rgb(108,136,46); }
td.TdClassName
{
border-color: #6C882E;
}
.TagClassName
{
border-color: #6C882E;
}
</style>