Shades of Olive Drab #6C881E
Tints of Olive Drab #6C881E
RGB
CMYK
RGB Variations
Color information
#6C881E (or 0x6C881E) is known color: Olive Drab. HEX triplet: 6C, 88 and 1E. RGB value is (108,136,30). Sum of RGB (Red+Green+Blue) = 108+136+30=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #6C881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C881E is #9377E1. Grayscale: #737373. Windows color (decimal): -9664482 or 2001004. OLE color: 2001004.
HSL color Cylindrical-coordinate representation of color #6C881E: hue angle of 75.85º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C881E is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 30 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.47 |
| HSL | 75.85º | 0.64% | 0.33% | - |
| HSV(B) | 75.85º | 0.78% | 0.53% | - |
| XYZ | 15.22 | 20.89 | 4.46 | - |
| YUV | 115.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 30 | 0.21 | 0 | 0.78 | 0.47 | 75.85 | 0.64 | 0.33 |
| Hex | 6C | 88 | 1E | 15 | 0 | 4E | 2F | 4C | 40 | 21 |
| Octal | 154 | 210 | 36 | 25 | 0 | 116 | 57 | 114 | 100 | 41 |
| Binary | 1101100 | 10001000 | 11110 | 10101 | 0 | 1001110 | 101111 | 1001100 | 1000000 | 100001 |
Color Harmonies of #6C881E
Complementary color
Monochromatic Colors of #6C881E
Black with #6C881E
Text Example
Text Example
White with #6C881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C881E; }
p { color: rgb(108,136,30); }
H1.HeaderClassName
{
color: #6C881E;
}
.AnyTagClassName
{
color: #6C881E;
}
</style>
background-color css
<style>
a { background-color: #6C881E; }
a { background-color: rgb(108,136,30); }
div.DivClassName
{
background-color: #6C881E;
}
.BgClassName
{
background-color: #6C881E;
}
</style>
border-color css
<style>
span { border-color: #6C881E; }
span { border-color: rgb(108,136,30); }
td.TdClassName
{
border-color: #6C881E;
}
.TagClassName
{
border-color: #6C881E;
}
</style>