Shades of Olive Drab #6C8C17
Tints of Olive Drab #6C8C17
RGB
CMYK
RGB Variations
Color information
#6C8C17 (or 0x6C8C17) is known color: Olive Drab. HEX triplet: 6C, 8C and 17. RGB value is (108,140,23). Sum of RGB (Red+Green+Blue) = 108+140+23=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8C17 is #9373E8. Grayscale: #757575. Windows color (decimal): -9663465 or 1543276. OLE color: 1543276.
HSL color Cylindrical-coordinate representation of color #6C8C17: hue angle of 76.41º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C8C17 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 23 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.45 |
| HSL | 76.41º | 0.72% | 0.32% | - |
| HSV(B) | 76.41º | 0.84% | 0.55% | - |
| XYZ | 15.72 | 22.01 | 4.23 | - |
| YUV | 117.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 23 | 0.23 | 0 | 0.84 | 0.45 | 76.41 | 0.72 | 0.32 |
| Hex | 6C | 8C | 17 | 17 | 0 | 54 | 2D | 4C | 48 | 20 |
| Octal | 154 | 214 | 27 | 27 | 0 | 124 | 55 | 114 | 110 | 40 |
| Binary | 1101100 | 10001100 | 10111 | 10111 | 0 | 1010100 | 101101 | 1001100 | 1001000 | 100000 |
Color Harmonies of #6C8C17
Complementary color
Monochromatic Colors of #6C8C17
Black with #6C8C17
Text Example
Text Example
White with #6C8C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C17; }
p { color: rgb(108,140,23); }
H1.HeaderClassName
{
color: #6C8C17;
}
.AnyTagClassName
{
color: #6C8C17;
}
</style>
background-color css
<style>
a { background-color: #6C8C17; }
a { background-color: rgb(108,140,23); }
div.DivClassName
{
background-color: #6C8C17;
}
.BgClassName
{
background-color: #6C8C17;
}
</style>
border-color css
<style>
span { border-color: #6C8C17; }
span { border-color: rgb(108,140,23); }
td.TdClassName
{
border-color: #6C8C17;
}
.TagClassName
{
border-color: #6C8C17;
}
</style>