Shades of Olive Drab #6C872C
Tints of Olive Drab #6C872C
RGB
CMYK
RGB Variations
Color information
#6C872C (or 0x6C872C) is known color: Olive Drab. HEX triplet: 6C, 87 and 2C. RGB value is (108,135,44). Sum of RGB (Red+Green+Blue) = 108+135+44=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #6C872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C872C is #9378D3. Grayscale: #747474. Windows color (decimal): -9664724 or 2918252. OLE color: 2918252.
HSL color Cylindrical-coordinate representation of color #6C872C: hue angle of 77.8º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C872C is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 44 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.47 |
| HSL | 77.8º | 0.51% | 0.35% | - |
| HSV(B) | 77.8º | 0.67% | 0.53% | - |
| XYZ | 15.3 | 20.7 | 5.57 | - |
| YUV | 116.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 44 | 0.2 | 0 | 0.67 | 0.47 | 77.8 | 0.51 | 0.35 |
| Hex | 6C | 87 | 2C | 14 | 0 | 43 | 2F | 4E | 33 | 23 |
| Octal | 154 | 207 | 54 | 24 | 0 | 103 | 57 | 116 | 63 | 43 |
| Binary | 1101100 | 10000111 | 101100 | 10100 | 0 | 1000011 | 101111 | 1001110 | 110011 | 100011 |
Color Harmonies of #6C872C
Complementary color
Monochromatic Colors of #6C872C
Black with #6C872C
Text Example
Text Example
White with #6C872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C872C; }
p { color: rgb(108,135,44); }
H1.HeaderClassName
{
color: #6C872C;
}
.AnyTagClassName
{
color: #6C872C;
}
</style>
background-color css
<style>
a { background-color: #6C872C; }
a { background-color: rgb(108,135,44); }
div.DivClassName
{
background-color: #6C872C;
}
.BgClassName
{
background-color: #6C872C;
}
</style>
border-color css
<style>
span { border-color: #6C872C; }
span { border-color: rgb(108,135,44); }
td.TdClassName
{
border-color: #6C872C;
}
.TagClassName
{
border-color: #6C872C;
}
</style>