Shades of Olive Drab #6C872E
Tints of Olive Drab #6C872E
RGB
CMYK
RGB Variations
Color information
#6C872E (or 0x6C872E) is known color: Olive Drab. HEX triplet: 6C, 87 and 2E. RGB value is (108,135,46). Sum of RGB (Red+Green+Blue) = 108+135+46=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #6C872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C872E is #9378D1. Grayscale: #757575. Windows color (decimal): -9664722 or 3049324. OLE color: 3049324.
HSL color Cylindrical-coordinate representation of color #6C872E: hue angle of 78.2º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C872E is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 46 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.47 |
| HSL | 78.2º | 0.49% | 0.35% | - |
| HSV(B) | 78.2º | 0.66% | 0.53% | - |
| XYZ | 15.34 | 20.71 | 5.77 | - |
| YUV | 116.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 46 | 0.2 | 0 | 0.66 | 0.47 | 78.2 | 0.49 | 0.35 |
| Hex | 6C | 87 | 2E | 14 | 0 | 42 | 2F | 4E | 31 | 23 |
| Octal | 154 | 207 | 56 | 24 | 0 | 102 | 57 | 116 | 61 | 43 |
| Binary | 1101100 | 10000111 | 101110 | 10100 | 0 | 1000010 | 101111 | 1001110 | 110001 | 100011 |
Color Harmonies of #6C872E
Complementary color
Monochromatic Colors of #6C872E
Black with #6C872E
Text Example
Text Example
White with #6C872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C872E; }
p { color: rgb(108,135,46); }
H1.HeaderClassName
{
color: #6C872E;
}
.AnyTagClassName
{
color: #6C872E;
}
</style>
background-color css
<style>
a { background-color: #6C872E; }
a { background-color: rgb(108,135,46); }
div.DivClassName
{
background-color: #6C872E;
}
.BgClassName
{
background-color: #6C872E;
}
</style>
border-color css
<style>
span { border-color: #6C872E; }
span { border-color: rgb(108,135,46); }
td.TdClassName
{
border-color: #6C872E;
}
.TagClassName
{
border-color: #6C872E;
}
</style>