Shades of Olive Drab #6C920C
Tints of Olive Drab #6C920C
RGB
CMYK
RGB Variations
Color information
#6C920C (or 0x6C920C) is known color: Olive Drab. HEX triplet: 6C, 92 and 0C. RGB value is (108,146,12). Sum of RGB (Red+Green+Blue) = 108+146+12=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #6C920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C920C is #936DF3. Grayscale: #777777. Windows color (decimal): -9661940 or 823916. OLE color: 823916.
HSL color Cylindrical-coordinate representation of color #6C920C: hue angle of 77.01º 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 #6C920C is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 146 | 12 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.43 |
| HSL | 77.01º | 0.85% | 0.31% | - |
| HSV(B) | 77.01º | 0.92% | 0.57% | - |
| XYZ | 16.53 | 23.77 | 4.07 | - |
| YUV | 119.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 12 | 0.26 | 0 | 0.92 | 0.43 | 77.01 | 0.85 | 0.31 |
| Hex | 6C | 92 | C | 1A | 0 | 5C | 2B | 4D | 55 | 1F |
| Octal | 154 | 222 | 14 | 32 | 0 | 134 | 53 | 115 | 125 | 37 |
| Binary | 1101100 | 10010010 | 1100 | 11010 | 0 | 1011100 | 101011 | 1001101 | 1010101 | 11111 |
Color Harmonies of #6C920C
Complementary color
Monochromatic Colors of #6C920C
Black with #6C920C
Text Example
Text Example
White with #6C920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C920C; }
p { color: rgb(108,146,12); }
H1.HeaderClassName
{
color: #6C920C;
}
.AnyTagClassName
{
color: #6C920C;
}
</style>
background-color css
<style>
a { background-color: #6C920C; }
a { background-color: rgb(108,146,12); }
div.DivClassName
{
background-color: #6C920C;
}
.BgClassName
{
background-color: #6C920C;
}
</style>
border-color css
<style>
span { border-color: #6C920C; }
span { border-color: rgb(108,146,12); }
td.TdClassName
{
border-color: #6C920C;
}
.TagClassName
{
border-color: #6C920C;
}
</style>