Shades of Olive Drab #6C871E
Tints of Olive Drab #6C871E
RGB
CMYK
RGB Variations
Color information
#6C871E (or 0x6C871E) is known color: Olive Drab. HEX triplet: 6C, 87 and 1E. RGB value is (108,135,30). Sum of RGB (Red+Green+Blue) = 108+135+30=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #6C871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C871E is #9378E1. Grayscale: #737373. Windows color (decimal): -9664738 or 2000748. OLE color: 2000748.
HSL color Cylindrical-coordinate representation of color #6C871E: hue angle of 75.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C871E is Cyan = 0.2, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 30 | - |
| CMYK | 0.2 | 0 | 0.78 | 0.47 |
| HSL | 75.43º | 0.64% | 0.32% | - |
| HSV(B) | 75.43º | 0.78% | 0.53% | - |
| XYZ | 15.08 | 20.61 | 4.41 | - |
| YUV | 114.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 30 | 0.2 | 0 | 0.78 | 0.47 | 75.43 | 0.64 | 0.32 |
| Hex | 6C | 87 | 1E | 14 | 0 | 4E | 2F | 4B | 40 | 20 |
| Octal | 154 | 207 | 36 | 24 | 0 | 116 | 57 | 113 | 100 | 40 |
| Binary | 1101100 | 10000111 | 11110 | 10100 | 0 | 1001110 | 101111 | 1001011 | 1000000 | 100000 |
Color Harmonies of #6C871E
Complementary color
Monochromatic Colors of #6C871E
Black with #6C871E
Text Example
Text Example
White with #6C871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C871E; }
p { color: rgb(108,135,30); }
H1.HeaderClassName
{
color: #6C871E;
}
.AnyTagClassName
{
color: #6C871E;
}
</style>
background-color css
<style>
a { background-color: #6C871E; }
a { background-color: rgb(108,135,30); }
div.DivClassName
{
background-color: #6C871E;
}
.BgClassName
{
background-color: #6C871E;
}
</style>
border-color css
<style>
span { border-color: #6C871E; }
span { border-color: rgb(108,135,30); }
td.TdClassName
{
border-color: #6C871E;
}
.TagClassName
{
border-color: #6C871E;
}
</style>