Shades of Vida Loca #6A8D37
Tints of Vida Loca #6A8D37
RGB
CMYK
RGB Variations
Color information
#6A8D37 (or 0x6A8D37) is known color: Vida Loca. HEX triplet: 6A, 8D and 37. RGB value is (106,141,55). Sum of RGB (Red+Green+Blue) = 106+141+55=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D37 is #9572C8. Grayscale: #797979. Windows color (decimal): -9794249 or 3640682. OLE color: 3640682.
HSL color Cylindrical-coordinate representation of color #6A8D37: hue angle of 84.42º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A8D37 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 141 | 55 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.45 |
| HSL | 84.42º | 0.44% | 0.38% | - |
| HSV(B) | 84.42º | 0.61% | 0.55% | - |
| XYZ | 16.16 | 22.39 | 7.08 | - |
| YUV | 120.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 55 | 0.25 | 0 | 0.61 | 0.45 | 84.42 | 0.44 | 0.38 |
| Hex | 6A | 8D | 37 | 19 | 0 | 3D | 2D | 54 | 2C | 26 |
| Octal | 152 | 215 | 67 | 31 | 0 | 75 | 55 | 124 | 54 | 46 |
| Binary | 1101010 | 10001101 | 110111 | 11001 | 0 | 111101 | 101101 | 1010100 | 101100 | 100110 |
Color Harmonies of #6A8D37
Complementary color
Monochromatic Colors of #6A8D37
Black with #6A8D37
Text Example
Text Example
White with #6A8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8D37; }
p { color: rgb(106,141,55); }
H1.HeaderClassName
{
color: #6A8D37;
}
.AnyTagClassName
{
color: #6A8D37;
}
</style>
background-color css
<style>
a { background-color: #6A8D37; }
a { background-color: rgb(106,141,55); }
div.DivClassName
{
background-color: #6A8D37;
}
.BgClassName
{
background-color: #6A8D37;
}
</style>
border-color css
<style>
span { border-color: #6A8D37; }
span { border-color: rgb(106,141,55); }
td.TdClassName
{
border-color: #6A8D37;
}
.TagClassName
{
border-color: #6A8D37;
}
</style>