Shades of Olive Drab #6C910C
Tints of Olive Drab #6C910C
RGB
CMYK
RGB Variations
Color information
#6C910C (or 0x6C910C) is known color: Olive Drab. HEX triplet: 6C, 91 and 0C. RGB value is (108,145,12). Sum of RGB (Red+Green+Blue) = 108+145+12=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #6C910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C910C is #936EF3. Grayscale: #777777. Windows color (decimal): -9662196 or 823660. OLE color: 823660.
HSL color Cylindrical-coordinate representation of color #6C910C: hue angle of 76.69º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C910C is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 12 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.43 |
| HSL | 76.69º | 0.85% | 0.31% | - |
| HSV(B) | 76.69º | 0.92% | 0.57% | - |
| XYZ | 16.38 | 23.47 | 4.01 | - |
| YUV | 118.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 12 | 0.26 | 0 | 0.92 | 0.43 | 76.69 | 0.85 | 0.31 |
| Hex | 6C | 91 | C | 1A | 0 | 5C | 2B | 4D | 55 | 1F |
| Octal | 154 | 221 | 14 | 32 | 0 | 134 | 53 | 115 | 125 | 37 |
| Binary | 1101100 | 10010001 | 1100 | 11010 | 0 | 1011100 | 101011 | 1001101 | 1010101 | 11111 |
Color Harmonies of #6C910C
Complementary color
Monochromatic Colors of #6C910C
Black with #6C910C
Text Example
Text Example
White with #6C910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C910C; }
p { color: rgb(108,145,12); }
H1.HeaderClassName
{
color: #6C910C;
}
.AnyTagClassName
{
color: #6C910C;
}
</style>
background-color css
<style>
a { background-color: #6C910C; }
a { background-color: rgb(108,145,12); }
div.DivClassName
{
background-color: #6C910C;
}
.BgClassName
{
background-color: #6C910C;
}
</style>
border-color css
<style>
span { border-color: #6C910C; }
span { border-color: rgb(108,145,12); }
td.TdClassName
{
border-color: #6C910C;
}
.TagClassName
{
border-color: #6C910C;
}
</style>