Shades of Olive Drab #6C882F
Tints of Olive Drab #6C882F
RGB
CMYK
RGB Variations
Color information
#6C882F (or 0x6C882F) is known color: Olive Drab. HEX triplet: 6C, 88 and 2F. RGB value is (108,136,47). Sum of RGB (Red+Green+Blue) = 108+136+47=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #6C882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C882F is #9377D0. Grayscale: #757575. Windows color (decimal): -9664465 or 3115116. OLE color: 3115116.
HSL color Cylindrical-coordinate representation of color #6C882F: hue angle of 78.88º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C882F is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 47 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.47 |
| HSL | 78.88º | 0.49% | 0.36% | - |
| HSV(B) | 78.88º | 0.65% | 0.53% | - |
| XYZ | 15.5 | 21 | 5.93 | - |
| YUV | 117.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 47 | 0.21 | 0 | 0.65 | 0.47 | 78.88 | 0.49 | 0.36 |
| Hex | 6C | 88 | 2F | 15 | 0 | 41 | 2F | 4F | 31 | 24 |
| Octal | 154 | 210 | 57 | 25 | 0 | 101 | 57 | 117 | 61 | 44 |
| Binary | 1101100 | 10001000 | 101111 | 10101 | 0 | 1000001 | 101111 | 1001111 | 110001 | 100100 |
Color Harmonies of #6C882F
Complementary color
Monochromatic Colors of #6C882F
Black with #6C882F
Text Example
Text Example
White with #6C882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C882F; }
p { color: rgb(108,136,47); }
H1.HeaderClassName
{
color: #6C882F;
}
.AnyTagClassName
{
color: #6C882F;
}
</style>
background-color css
<style>
a { background-color: #6C882F; }
a { background-color: rgb(108,136,47); }
div.DivClassName
{
background-color: #6C882F;
}
.BgClassName
{
background-color: #6C882F;
}
</style>
border-color css
<style>
span { border-color: #6C882F; }
span { border-color: rgb(108,136,47); }
td.TdClassName
{
border-color: #6C882F;
}
.TagClassName
{
border-color: #6C882F;
}
</style>