Shades of Vida Loca #618B2E
Tints of Vida Loca #618B2E
RGB
CMYK
RGB Variations
Color information
#618B2E (or 0x618B2E) is known color: Vida Loca. HEX triplet: 61, 8B and 2E. RGB value is (97,139,46). Sum of RGB (Red+Green+Blue) = 97+139+46=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #618B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618B2E is #9E74D1. Grayscale: #747474. Windows color (decimal): -10384594 or 3050337. OLE color: 3050337.
HSL color Cylindrical-coordinate representation of color #618B2E: hue angle of 87.1º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #618B2E is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 46 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.45 |
| HSL | 87.1º | 0.5% | 0.36% | - |
| HSV(B) | 87.1º | 0.67% | 0.55% | - |
| XYZ | 14.66 | 21.2 | 5.91 | - |
| YUV | 115.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 46 | 0.30 | 0 | 0.67 | 0.45 | 87.1 | 0.5 | 0.36 |
| Hex | 61 | 8B | 2E | 1E | 0 | 43 | 2D | 57 | 32 | 24 |
| Octal | 141 | 213 | 56 | 36 | 0 | 103 | 55 | 127 | 62 | 44 |
| Binary | 1100001 | 10001011 | 101110 | 11110 | 0 | 1000011 | 101101 | 1010111 | 110010 | 100100 |
Color Harmonies of #618B2E
Complementary color
Monochromatic Colors of #618B2E
Black with #618B2E
Text Example
Text Example
White with #618B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B2E; }
p { color: rgb(97,139,46); }
H1.HeaderClassName
{
color: #618B2E;
}
.AnyTagClassName
{
color: #618B2E;
}
</style>
background-color css
<style>
a { background-color: #618B2E; }
a { background-color: rgb(97,139,46); }
div.DivClassName
{
background-color: #618B2E;
}
.BgClassName
{
background-color: #618B2E;
}
</style>
border-color css
<style>
span { border-color: #618B2E; }
span { border-color: rgb(97,139,46); }
td.TdClassName
{
border-color: #618B2E;
}
.TagClassName
{
border-color: #618B2E;
}
</style>