Shades of Olive Drab #6C881F
Tints of Olive Drab #6C881F
RGB
CMYK
RGB Variations
Color information
#6C881F (or 0x6C881F) is known color: Olive Drab. HEX triplet: 6C, 88 and 1F. RGB value is (108,136,31). Sum of RGB (Red+Green+Blue) = 108+136+31=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #6C881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C881F is #9377E0. Grayscale: #747474. Windows color (decimal): -9664481 or 2066540. OLE color: 2066540.
HSL color Cylindrical-coordinate representation of color #6C881F: hue angle of 76º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C881F is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 31 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.47 |
| HSL | 76º | 0.63% | 0.33% | - |
| HSV(B) | 76º | 0.77% | 0.53% | - |
| XYZ | 15.24 | 20.9 | 4.53 | - |
| YUV | 115.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 31 | 0.21 | 0 | 0.77 | 0.47 | 76 | 0.63 | 0.33 |
| Hex | 6C | 88 | 1F | 15 | 0 | 4D | 2F | 4C | 3F | 21 |
| Octal | 154 | 210 | 37 | 25 | 0 | 115 | 57 | 114 | 77 | 41 |
| Binary | 1101100 | 10001000 | 11111 | 10101 | 0 | 1001101 | 101111 | 1001100 | 111111 | 100001 |
Color Harmonies of #6C881F
Complementary color
Monochromatic Colors of #6C881F
Black with #6C881F
Text Example
Text Example
White with #6C881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C881F; }
p { color: rgb(108,136,31); }
H1.HeaderClassName
{
color: #6C881F;
}
.AnyTagClassName
{
color: #6C881F;
}
</style>
background-color css
<style>
a { background-color: #6C881F; }
a { background-color: rgb(108,136,31); }
div.DivClassName
{
background-color: #6C881F;
}
.BgClassName
{
background-color: #6C881F;
}
</style>
border-color css
<style>
span { border-color: #6C881F; }
span { border-color: rgb(108,136,31); }
td.TdClassName
{
border-color: #6C881F;
}
.TagClassName
{
border-color: #6C881F;
}
</style>