Shades of Olive Drab #6C9317
Tints of Olive Drab #6C9317
RGB
CMYK
RGB Variations
Color information
#6C9317 (or 0x6C9317) is known color: Olive Drab. HEX triplet: 6C, 93 and 17. RGB value is (108,147,23). Sum of RGB (Red+Green+Blue) = 108+147+23=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9317 is #936CE8. Grayscale: #797979. Windows color (decimal): -9661673 or 1545068. OLE color: 1545068.
HSL color Cylindrical-coordinate representation of color #6C9317: hue angle of 78.87º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C9317 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 23 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.42 |
| HSL | 78.87º | 0.73% | 0.33% | - |
| HSV(B) | 78.87º | 0.84% | 0.58% | - |
| XYZ | 16.77 | 24.12 | 4.58 | - |
| YUV | 121.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 23 | 0.27 | 0 | 0.84 | 0.42 | 78.87 | 0.73 | 0.33 |
| Hex | 6C | 93 | 17 | 1B | 0 | 54 | 2A | 4F | 49 | 21 |
| Octal | 154 | 223 | 27 | 33 | 0 | 124 | 52 | 117 | 111 | 41 |
| Binary | 1101100 | 10010011 | 10111 | 11011 | 0 | 1010100 | 101010 | 1001111 | 1001001 | 100001 |
Color Harmonies of #6C9317
Complementary color
Monochromatic Colors of #6C9317
Black with #6C9317
Text Example
Text Example
White with #6C9317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9317; }
p { color: rgb(108,147,23); }
H1.HeaderClassName
{
color: #6C9317;
}
.AnyTagClassName
{
color: #6C9317;
}
</style>
background-color css
<style>
a { background-color: #6C9317; }
a { background-color: rgb(108,147,23); }
div.DivClassName
{
background-color: #6C9317;
}
.BgClassName
{
background-color: #6C9317;
}
</style>
border-color css
<style>
span { border-color: #6C9317; }
span { border-color: rgb(108,147,23); }
td.TdClassName
{
border-color: #6C9317;
}
.TagClassName
{
border-color: #6C9317;
}
</style>