Shades of Vida Loca #6B963F
Tints of Vida Loca #6B963F
RGB
CMYK
RGB Variations
Color information
#6B963F (or 0x6B963F) is known color: Vida Loca. HEX triplet: 6B, 96 and 3F. RGB value is (107,150,63). Sum of RGB (Red+Green+Blue) = 107+150+63=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #6B963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B963F is #9469C0. Grayscale: #7F7F7F. Windows color (decimal): -9726401 or 4167275. OLE color: 4167275.
HSL color Cylindrical-coordinate representation of color #6B963F: hue angle of 89.66º 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 #6B963F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 63 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.41 |
| HSL | 89.66º | 0.41% | 0.42% | - |
| HSV(B) | 89.66º | 0.58% | 0.59% | - |
| XYZ | 17.87 | 25.3 | 8.64 | - |
| YUV | 127.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 63 | 0.29 | 0 | 0.58 | 0.41 | 89.66 | 0.41 | 0.42 |
| Hex | 6B | 96 | 3F | 1D | 0 | 3A | 29 | 5A | 29 | 2A |
| Octal | 153 | 226 | 77 | 35 | 0 | 72 | 51 | 132 | 51 | 52 |
| Binary | 1101011 | 10010110 | 111111 | 11101 | 0 | 111010 | 101001 | 1011010 | 101001 | 101010 |
Color Harmonies of #6B963F
Complementary color
Monochromatic Colors of #6B963F
Black with #6B963F
Text Example
Text Example
White with #6B963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B963F; }
p { color: rgb(107,150,63); }
H1.HeaderClassName
{
color: #6B963F;
}
.AnyTagClassName
{
color: #6B963F;
}
</style>
background-color css
<style>
a { background-color: #6B963F; }
a { background-color: rgb(107,150,63); }
div.DivClassName
{
background-color: #6B963F;
}
.BgClassName
{
background-color: #6B963F;
}
</style>
border-color css
<style>
span { border-color: #6B963F; }
span { border-color: rgb(107,150,63); }
td.TdClassName
{
border-color: #6B963F;
}
.TagClassName
{
border-color: #6B963F;
}
</style>