Shades of Vida Loca #61953B
Tints of Vida Loca #61953B
RGB
CMYK
RGB Variations
Color information
#61953B (or 0x61953B) is known color: Vida Loca. HEX triplet: 61, 95 and 3B. RGB value is (97,149,59). Sum of RGB (Red+Green+Blue) = 97+149+59=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #61953B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61953B is #9E6AC4. Grayscale: #7B7B7B. Windows color (decimal): -10382021 or 3904865. OLE color: 3904865.
HSL color Cylindrical-coordinate representation of color #61953B: hue angle of 94.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61953B is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 59 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.42 |
| HSL | 94.67º | 0.43% | 0.41% | - |
| HSV(B) | 94.67º | 0.6% | 0.58% | - |
| XYZ | 16.47 | 24.35 | 7.97 | - |
| YUV | 123.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 59 | 0.35 | 0 | 0.60 | 0.42 | 94.67 | 0.43 | 0.41 |
| Hex | 61 | 95 | 3B | 23 | 0 | 3C | 2A | 5F | 2B | 29 |
| Octal | 141 | 225 | 73 | 43 | 0 | 74 | 52 | 137 | 53 | 51 |
| Binary | 1100001 | 10010101 | 111011 | 100011 | 0 | 111100 | 101010 | 1011111 | 101011 | 101001 |
Color Harmonies of #61953B
Complementary color
Monochromatic Colors of #61953B
Black with #61953B
Text Example
Text Example
White with #61953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61953B; }
p { color: rgb(97,149,59); }
H1.HeaderClassName
{
color: #61953B;
}
.AnyTagClassName
{
color: #61953B;
}
</style>
background-color css
<style>
a { background-color: #61953B; }
a { background-color: rgb(97,149,59); }
div.DivClassName
{
background-color: #61953B;
}
.BgClassName
{
background-color: #61953B;
}
</style>
border-color css
<style>
span { border-color: #61953B; }
span { border-color: rgb(97,149,59); }
td.TdClassName
{
border-color: #61953B;
}
.TagClassName
{
border-color: #61953B;
}
</style>