Shades of Olive Drab #6C970C
Tints of Olive Drab #6C970C
RGB
CMYK
RGB Variations
Color information
#6C970C (or 0x6C970C) is known color: Olive Drab. HEX triplet: 6C, 97 and 0C. RGB value is (108,151,12). Sum of RGB (Red+Green+Blue) = 108+151+12=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #6C970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C970C is #9368F3. Grayscale: #7A7A7A. Windows color (decimal): -9660660 or 825196. OLE color: 825196.
HSL color Cylindrical-coordinate representation of color #6C970C: hue angle of 78.56º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C970C is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 151 | 12 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.41 |
| HSL | 78.56º | 0.85% | 0.32% | - |
| HSV(B) | 78.56º | 0.92% | 0.59% | - |
| XYZ | 17.32 | 25.35 | 4.33 | - |
| YUV | 122.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 151 | 12 | 0.28 | 0 | 0.92 | 0.41 | 78.56 | 0.85 | 0.32 |
| Hex | 6C | 97 | C | 1C | 0 | 5C | 29 | 4F | 55 | 20 |
| Octal | 154 | 227 | 14 | 34 | 0 | 134 | 51 | 117 | 125 | 40 |
| Binary | 1101100 | 10010111 | 1100 | 11100 | 0 | 1011100 | 101001 | 1001111 | 1010101 | 100000 |
Color Harmonies of #6C970C
Complementary color
Monochromatic Colors of #6C970C
Black with #6C970C
Text Example
Text Example
White with #6C970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C970C; }
p { color: rgb(108,151,12); }
H1.HeaderClassName
{
color: #6C970C;
}
.AnyTagClassName
{
color: #6C970C;
}
</style>
background-color css
<style>
a { background-color: #6C970C; }
a { background-color: rgb(108,151,12); }
div.DivClassName
{
background-color: #6C970C;
}
.BgClassName
{
background-color: #6C970C;
}
</style>
border-color css
<style>
span { border-color: #6C970C; }
span { border-color: rgb(108,151,12); }
td.TdClassName
{
border-color: #6C970C;
}
.TagClassName
{
border-color: #6C970C;
}
</style>