Shades of Olive Drab #6C8C13
Tints of Olive Drab #6C8C13
RGB
CMYK
RGB Variations
Color information
#6C8C13 (or 0x6C8C13) is known color: Olive Drab. HEX triplet: 6C, 8C and 13. RGB value is (108,140,19). Sum of RGB (Red+Green+Blue) = 108+140+19=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8C13 is #9373EC. Grayscale: #757575. Windows color (decimal): -9663469 or 1281132. OLE color: 1281132.
HSL color Cylindrical-coordinate representation of color #6C8C13: hue angle of 75.87º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C8C13 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 19 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.45 |
| HSL | 75.87º | 0.76% | 0.31% | - |
| HSV(B) | 75.87º | 0.86% | 0.55% | - |
| XYZ | 15.68 | 21.99 | 4.03 | - |
| YUV | 116.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 19 | 0.23 | 0 | 0.86 | 0.45 | 75.87 | 0.76 | 0.31 |
| Hex | 6C | 8C | 13 | 17 | 0 | 56 | 2D | 4C | 4C | 1F |
| Octal | 154 | 214 | 23 | 27 | 0 | 126 | 55 | 114 | 114 | 37 |
| Binary | 1101100 | 10001100 | 10011 | 10111 | 0 | 1010110 | 101101 | 1001100 | 1001100 | 11111 |
Color Harmonies of #6C8C13
Complementary color
Monochromatic Colors of #6C8C13
Black with #6C8C13
Text Example
Text Example
White with #6C8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C13; }
p { color: rgb(108,140,19); }
H1.HeaderClassName
{
color: #6C8C13;
}
.AnyTagClassName
{
color: #6C8C13;
}
</style>
background-color css
<style>
a { background-color: #6C8C13; }
a { background-color: rgb(108,140,19); }
div.DivClassName
{
background-color: #6C8C13;
}
.BgClassName
{
background-color: #6C8C13;
}
</style>
border-color css
<style>
span { border-color: #6C8C13; }
span { border-color: rgb(108,140,19); }
td.TdClassName
{
border-color: #6C8C13;
}
.TagClassName
{
border-color: #6C8C13;
}
</style>