Shades of Vida Loca #6B963B
Tints of Vida Loca #6B963B
RGB
CMYK
RGB Variations
Color information
#6B963B (or 0x6B963B) is known color: Vida Loca. HEX triplet: 6B, 96 and 3B. RGB value is (107,150,59). Sum of RGB (Red+Green+Blue) = 107+150+59=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #6B963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B963B is #9469C4. Grayscale: #7F7F7F. Windows color (decimal): -9726405 or 3905131. OLE color: 3905131.
HSL color Cylindrical-coordinate representation of color #6B963B: hue angle of 88.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B963B is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 59 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.41 |
| HSL | 88.35º | 0.44% | 0.41% | - |
| HSV(B) | 88.35º | 0.61% | 0.59% | - |
| XYZ | 17.76 | 25.25 | 8.08 | - |
| YUV | 126.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 59 | 0.29 | 0 | 0.61 | 0.41 | 88.35 | 0.44 | 0.41 |
| Hex | 6B | 96 | 3B | 1D | 0 | 3D | 29 | 58 | 2C | 29 |
| Octal | 153 | 226 | 73 | 35 | 0 | 75 | 51 | 130 | 54 | 51 |
| Binary | 1101011 | 10010110 | 111011 | 11101 | 0 | 111101 | 101001 | 1011000 | 101100 | 101001 |
Color Harmonies of #6B963B
Complementary color
Monochromatic Colors of #6B963B
Black with #6B963B
Text Example
Text Example
White with #6B963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B963B; }
p { color: rgb(107,150,59); }
H1.HeaderClassName
{
color: #6B963B;
}
.AnyTagClassName
{
color: #6B963B;
}
</style>
background-color css
<style>
a { background-color: #6B963B; }
a { background-color: rgb(107,150,59); }
div.DivClassName
{
background-color: #6B963B;
}
.BgClassName
{
background-color: #6B963B;
}
</style>
border-color css
<style>
span { border-color: #6B963B; }
span { border-color: rgb(107,150,59); }
td.TdClassName
{
border-color: #6B963B;
}
.TagClassName
{
border-color: #6B963B;
}
</style>