Shades of Olive Drab #6C931C
Tints of Olive Drab #6C931C
RGB
CMYK
RGB Variations
Color information
#6C931C (or 0x6C931C) is known color: Olive Drab. HEX triplet: 6C, 93 and 1C. RGB value is (108,147,28). Sum of RGB (Red+Green+Blue) = 108+147+28=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #6C931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C931C is #936CE3. Grayscale: #7A7A7A. Windows color (decimal): -9661668 or 1872748. OLE color: 1872748.
HSL color Cylindrical-coordinate representation of color #6C931C: hue angle of 79.66º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C931C is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 28 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.42 |
| HSL | 79.66º | 0.68% | 0.34% | - |
| HSV(B) | 79.66º | 0.81% | 0.58% | - |
| XYZ | 16.83 | 24.14 | 4.87 | - |
| YUV | 121.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 28 | 0.27 | 0 | 0.81 | 0.42 | 79.66 | 0.68 | 0.34 |
| Hex | 6C | 93 | 1C | 1B | 0 | 51 | 2A | 50 | 44 | 22 |
| Octal | 154 | 223 | 34 | 33 | 0 | 121 | 52 | 120 | 104 | 42 |
| Binary | 1101100 | 10010011 | 11100 | 11011 | 0 | 1010001 | 101010 | 1010000 | 1000100 | 100010 |
Color Harmonies of #6C931C
Complementary color
Monochromatic Colors of #6C931C
Black with #6C931C
Text Example
Text Example
White with #6C931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C931C; }
p { color: rgb(108,147,28); }
H1.HeaderClassName
{
color: #6C931C;
}
.AnyTagClassName
{
color: #6C931C;
}
</style>
background-color css
<style>
a { background-color: #6C931C; }
a { background-color: rgb(108,147,28); }
div.DivClassName
{
background-color: #6C931C;
}
.BgClassName
{
background-color: #6C931C;
}
</style>
border-color css
<style>
span { border-color: #6C931C; }
span { border-color: rgb(108,147,28); }
td.TdClassName
{
border-color: #6C931C;
}
.TagClassName
{
border-color: #6C931C;
}
</style>