Shades of Vida Loca #618F31
Tints of Vida Loca #618F31
RGB
CMYK
RGB Variations
Color information
#618F31 (or 0x618F31) is known color: Vida Loca. HEX triplet: 61, 8F and 31. RGB value is (97,143,49). Sum of RGB (Red+Green+Blue) = 97+143+49=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #618F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618F31 is #9E70CE. Grayscale: #767676. Windows color (decimal): -10383567 or 3247969. OLE color: 3247969.
HSL color Cylindrical-coordinate representation of color #618F31: hue angle of 89.36º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #618F31 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 143 | 49 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.44 |
| HSL | 89.36º | 0.49% | 0.38% | - |
| HSV(B) | 89.36º | 0.66% | 0.56% | - |
| XYZ | 15.31 | 22.41 | 6.42 | - |
| YUV | 118.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 49 | 0.32 | 0 | 0.66 | 0.44 | 89.36 | 0.49 | 0.38 |
| Hex | 61 | 8F | 31 | 20 | 0 | 42 | 2C | 59 | 31 | 26 |
| Octal | 141 | 217 | 61 | 40 | 0 | 102 | 54 | 131 | 61 | 46 |
| Binary | 1100001 | 10001111 | 110001 | 100000 | 0 | 1000010 | 101100 | 1011001 | 110001 | 100110 |
Color Harmonies of #618F31
Complementary color
Monochromatic Colors of #618F31
Black with #618F31
Text Example
Text Example
White with #618F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618F31; }
p { color: rgb(97,143,49); }
H1.HeaderClassName
{
color: #618F31;
}
.AnyTagClassName
{
color: #618F31;
}
</style>
background-color css
<style>
a { background-color: #618F31; }
a { background-color: rgb(97,143,49); }
div.DivClassName
{
background-color: #618F31;
}
.BgClassName
{
background-color: #618F31;
}
</style>
border-color css
<style>
span { border-color: #618F31; }
span { border-color: rgb(97,143,49); }
td.TdClassName
{
border-color: #618F31;
}
.TagClassName
{
border-color: #618F31;
}
</style>