Shades of Vida Loca #60953B
Tints of Vida Loca #60953B
RGB
CMYK
RGB Variations
Color information
#60953B (or 0x60953B) is known color: Vida Loca. HEX triplet: 60, 95 and 3B. RGB value is (96,149,59). Sum of RGB (Red+Green+Blue) = 96+149+59=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #60953B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60953B is #9F6AC4. Grayscale: #7B7B7B. Windows color (decimal): -10447557 or 3904864. OLE color: 3904864.
HSL color Cylindrical-coordinate representation of color #60953B: hue angle of 95.33º 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 #60953B is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 59 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.42 |
| HSL | 95.33º | 0.43% | 0.41% | - |
| HSV(B) | 95.33º | 0.6% | 0.58% | - |
| XYZ | 16.36 | 24.3 | 7.97 | - |
| YUV | 122.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 59 | 0.36 | 0 | 0.60 | 0.42 | 95.33 | 0.43 | 0.41 |
| Hex | 60 | 95 | 3B | 24 | 0 | 3C | 2A | 5F | 2B | 29 |
| Octal | 140 | 225 | 73 | 44 | 0 | 74 | 52 | 137 | 53 | 51 |
| Binary | 1100000 | 10010101 | 111011 | 100100 | 0 | 111100 | 101010 | 1011111 | 101011 | 101001 |
Color Harmonies of #60953B
Complementary color
Monochromatic Colors of #60953B
Black with #60953B
Text Example
Text Example
White with #60953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60953B; }
p { color: rgb(96,149,59); }
H1.HeaderClassName
{
color: #60953B;
}
.AnyTagClassName
{
color: #60953B;
}
</style>
background-color css
<style>
a { background-color: #60953B; }
a { background-color: rgb(96,149,59); }
div.DivClassName
{
background-color: #60953B;
}
.BgClassName
{
background-color: #60953B;
}
</style>
border-color css
<style>
span { border-color: #60953B; }
span { border-color: rgb(96,149,59); }
td.TdClassName
{
border-color: #60953B;
}
.TagClassName
{
border-color: #60953B;
}
</style>