Shades of Olive Drab #6C871C
Tints of Olive Drab #6C871C
RGB
CMYK
RGB Variations
Color information
#6C871C (or 0x6C871C) is known color: Olive Drab. HEX triplet: 6C, 87 and 1C. RGB value is (108,135,28). Sum of RGB (Red+Green+Blue) = 108+135+28=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #6C871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C871C is #9378E3. Grayscale: #737373. Windows color (decimal): -9664740 or 1869676. OLE color: 1869676.
HSL color Cylindrical-coordinate representation of color #6C871C: hue angle of 75.14º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C871C is Cyan = 0.2, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 28 | - |
| CMYK | 0.2 | 0 | 0.79 | 0.47 |
| HSL | 75.14º | 0.66% | 0.32% | - |
| HSV(B) | 75.14º | 0.79% | 0.53% | - |
| XYZ | 15.06 | 20.6 | 4.28 | - |
| YUV | 114.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 28 | 0.2 | 0 | 0.79 | 0.47 | 75.14 | 0.66 | 0.32 |
| Hex | 6C | 87 | 1C | 14 | 0 | 4F | 2F | 4B | 42 | 20 |
| Octal | 154 | 207 | 34 | 24 | 0 | 117 | 57 | 113 | 102 | 40 |
| Binary | 1101100 | 10000111 | 11100 | 10100 | 0 | 1001111 | 101111 | 1001011 | 1000010 | 100000 |
Color Harmonies of #6C871C
Complementary color
Monochromatic Colors of #6C871C
Black with #6C871C
Text Example
Text Example
White with #6C871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C871C; }
p { color: rgb(108,135,28); }
H1.HeaderClassName
{
color: #6C871C;
}
.AnyTagClassName
{
color: #6C871C;
}
</style>
background-color css
<style>
a { background-color: #6C871C; }
a { background-color: rgb(108,135,28); }
div.DivClassName
{
background-color: #6C871C;
}
.BgClassName
{
background-color: #6C871C;
}
</style>
border-color css
<style>
span { border-color: #6C871C; }
span { border-color: rgb(108,135,28); }
td.TdClassName
{
border-color: #6C871C;
}
.TagClassName
{
border-color: #6C871C;
}
</style>