Shades of Olive Drab #6A960C
Tints of Olive Drab #6A960C
RGB
CMYK
RGB Variations
Color information
#6A960C (or 0x6A960C) is known color: Olive Drab. HEX triplet: 6A, 96 and 0C. RGB value is (106,150,12). Sum of RGB (Red+Green+Blue) = 106+150+12=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #6A960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A960C is #9569F3. Grayscale: #797979. Windows color (decimal): -9791988 or 824938. OLE color: 824938.
HSL color Cylindrical-coordinate representation of color #6A960C: hue angle of 79.13º 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 #6A960C is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 12 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.41 |
| HSL | 79.13º | 0.85% | 0.32% | - |
| HSV(B) | 79.13º | 0.92% | 0.59% | - |
| XYZ | 16.92 | 24.9 | 4.26 | - |
| YUV | 121.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 12 | 0.29 | 0 | 0.92 | 0.41 | 79.13 | 0.85 | 0.32 |
| Hex | 6A | 96 | C | 1D | 0 | 5C | 29 | 4F | 55 | 20 |
| Octal | 152 | 226 | 14 | 35 | 0 | 134 | 51 | 117 | 125 | 40 |
| Binary | 1101010 | 10010110 | 1100 | 11101 | 0 | 1011100 | 101001 | 1001111 | 1010101 | 100000 |
Color Harmonies of #6A960C
Complementary color
Monochromatic Colors of #6A960C
Black with #6A960C
Text Example
Text Example
White with #6A960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A960C; }
p { color: rgb(106,150,12); }
H1.HeaderClassName
{
color: #6A960C;
}
.AnyTagClassName
{
color: #6A960C;
}
</style>
background-color css
<style>
a { background-color: #6A960C; }
a { background-color: rgb(106,150,12); }
div.DivClassName
{
background-color: #6A960C;
}
.BgClassName
{
background-color: #6A960C;
}
</style>
border-color css
<style>
span { border-color: #6A960C; }
span { border-color: rgb(106,150,12); }
td.TdClassName
{
border-color: #6A960C;
}
.TagClassName
{
border-color: #6A960C;
}
</style>