Shades of Vida Loca #6D963F
Tints of Vida Loca #6D963F
RGB
CMYK
RGB Variations
Color information
#6D963F (or 0x6D963F) is known color: Vida Loca. HEX triplet: 6D, 96 and 3F. RGB value is (109,150,63). Sum of RGB (Red+Green+Blue) = 109+150+63=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #6D963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D963F is #9269C0. Grayscale: #808080. Windows color (decimal): -9595329 or 4167277. OLE color: 4167277.
HSL color Cylindrical-coordinate representation of color #6D963F: hue angle of 88.28º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D963F is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 63 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.41 |
| HSL | 88.28º | 0.41% | 0.42% | - |
| HSV(B) | 88.28º | 0.58% | 0.59% | - |
| XYZ | 18.11 | 25.42 | 8.66 | - |
| YUV | 127.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 63 | 0.27 | 0 | 0.58 | 0.41 | 88.28 | 0.41 | 0.42 |
| Hex | 6D | 96 | 3F | 1B | 0 | 3A | 29 | 58 | 29 | 2A |
| Octal | 155 | 226 | 77 | 33 | 0 | 72 | 51 | 130 | 51 | 52 |
| Binary | 1101101 | 10010110 | 111111 | 11011 | 0 | 111010 | 101001 | 1011000 | 101001 | 101010 |
Color Harmonies of #6D963F
Complementary color
Monochromatic Colors of #6D963F
Black with #6D963F
Text Example
Text Example
White with #6D963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D963F; }
p { color: rgb(109,150,63); }
H1.HeaderClassName
{
color: #6D963F;
}
.AnyTagClassName
{
color: #6D963F;
}
</style>
background-color css
<style>
a { background-color: #6D963F; }
a { background-color: rgb(109,150,63); }
div.DivClassName
{
background-color: #6D963F;
}
.BgClassName
{
background-color: #6D963F;
}
</style>
border-color css
<style>
span { border-color: #6D963F; }
span { border-color: rgb(109,150,63); }
td.TdClassName
{
border-color: #6D963F;
}
.TagClassName
{
border-color: #6D963F;
}
</style>