Shades of Vida Loca #6A953F
Tints of Vida Loca #6A953F
RGB
CMYK
RGB Variations
Color information
#6A953F (or 0x6A953F) is known color: Vida Loca. HEX triplet: 6A, 95 and 3F. RGB value is (106,149,63). Sum of RGB (Red+Green+Blue) = 106+149+63=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #6A953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A953F is #956AC0. Grayscale: #7E7E7E. Windows color (decimal): -9792193 or 4167018. OLE color: 4167018.
HSL color Cylindrical-coordinate representation of color #6A953F: hue angle of 90º 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 #6A953F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 63 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.42 |
| HSL | 90º | 0.41% | 0.42% | - |
| HSV(B) | 90º | 0.58% | 0.58% | - |
| XYZ | 17.59 | 24.92 | 8.59 | - |
| YUV | 126.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 63 | 0.29 | 0 | 0.58 | 0.42 | 90 | 0.41 | 0.42 |
| Hex | 6A | 95 | 3F | 1D | 0 | 3A | 2A | 5A | 29 | 2A |
| Octal | 152 | 225 | 77 | 35 | 0 | 72 | 52 | 132 | 51 | 52 |
| Binary | 1101010 | 10010101 | 111111 | 11101 | 0 | 111010 | 101010 | 1011010 | 101001 | 101010 |
Color Harmonies of #6A953F
Complementary color
Monochromatic Colors of #6A953F
Black with #6A953F
Text Example
Text Example
White with #6A953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A953F; }
p { color: rgb(106,149,63); }
H1.HeaderClassName
{
color: #6A953F;
}
.AnyTagClassName
{
color: #6A953F;
}
</style>
background-color css
<style>
a { background-color: #6A953F; }
a { background-color: rgb(106,149,63); }
div.DivClassName
{
background-color: #6A953F;
}
.BgClassName
{
background-color: #6A953F;
}
</style>
border-color css
<style>
span { border-color: #6A953F; }
span { border-color: rgb(106,149,63); }
td.TdClassName
{
border-color: #6A953F;
}
.TagClassName
{
border-color: #6A953F;
}
</style>