Shades of Vida Loca #6B953F
Tints of Vida Loca #6B953F
RGB
CMYK
RGB Variations
Color information
#6B953F (or 0x6B953F) is known color: Vida Loca. HEX triplet: 6B, 95 and 3F. RGB value is (107,149,63). Sum of RGB (Red+Green+Blue) = 107+149+63=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #6B953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B953F is #946AC0. Grayscale: #7E7E7E. Windows color (decimal): -9726657 or 4167019. OLE color: 4167019.
HSL color Cylindrical-coordinate representation of color #6B953F: hue angle of 89.3º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B953F is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 63 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.42 |
| HSL | 89.3º | 0.41% | 0.42% | - |
| HSV(B) | 89.3º | 0.58% | 0.58% | - |
| XYZ | 17.71 | 24.98 | 8.59 | - |
| YUV | 126.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 63 | 0.28 | 0 | 0.58 | 0.42 | 89.3 | 0.41 | 0.42 |
| Hex | 6B | 95 | 3F | 1C | 0 | 3A | 2A | 59 | 29 | 2A |
| Octal | 153 | 225 | 77 | 34 | 0 | 72 | 52 | 131 | 51 | 52 |
| Binary | 1101011 | 10010101 | 111111 | 11100 | 0 | 111010 | 101010 | 1011001 | 101001 | 101010 |
Color Harmonies of #6B953F
Complementary color
Monochromatic Colors of #6B953F
Black with #6B953F
Text Example
Text Example
White with #6B953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B953F; }
p { color: rgb(107,149,63); }
H1.HeaderClassName
{
color: #6B953F;
}
.AnyTagClassName
{
color: #6B953F;
}
</style>
background-color css
<style>
a { background-color: #6B953F; }
a { background-color: rgb(107,149,63); }
div.DivClassName
{
background-color: #6B953F;
}
.BgClassName
{
background-color: #6B953F;
}
</style>
border-color css
<style>
span { border-color: #6B953F; }
span { border-color: rgb(107,149,63); }
td.TdClassName
{
border-color: #6B953F;
}
.TagClassName
{
border-color: #6B953F;
}
</style>