Shades of Vida Loca #668D39
Tints of Vida Loca #668D39
RGB
CMYK
RGB Variations
Color information
#668D39 (or 0x668D39) is known color: Vida Loca. HEX triplet: 66, 8D and 39. RGB value is (102,141,57). Sum of RGB (Red+Green+Blue) = 102+141+57=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #668D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D39 is #9972C6. Grayscale: #787878. Windows color (decimal): -10056391 or 3771750. OLE color: 3771750.
HSL color Cylindrical-coordinate representation of color #668D39: hue angle of 87.86º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668D39 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 57 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.45 |
| HSL | 87.86º | 0.42% | 0.39% | - |
| HSV(B) | 87.86º | 0.6% | 0.55% | - |
| XYZ | 15.74 | 22.17 | 7.32 | - |
| YUV | 119.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 57 | 0.28 | 0 | 0.60 | 0.45 | 87.86 | 0.42 | 0.39 |
| Hex | 66 | 8D | 39 | 1C | 0 | 3C | 2D | 58 | 2A | 27 |
| Octal | 146 | 215 | 71 | 34 | 0 | 74 | 55 | 130 | 52 | 47 |
| Binary | 1100110 | 10001101 | 111001 | 11100 | 0 | 111100 | 101101 | 1011000 | 101010 | 100111 |
Color Harmonies of #668D39
Complementary color
Monochromatic Colors of #668D39
Black with #668D39
Text Example
Text Example
White with #668D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D39; }
p { color: rgb(102,141,57); }
H1.HeaderClassName
{
color: #668D39;
}
.AnyTagClassName
{
color: #668D39;
}
</style>
background-color css
<style>
a { background-color: #668D39; }
a { background-color: rgb(102,141,57); }
div.DivClassName
{
background-color: #668D39;
}
.BgClassName
{
background-color: #668D39;
}
</style>
border-color css
<style>
span { border-color: #668D39; }
span { border-color: rgb(102,141,57); }
td.TdClassName
{
border-color: #668D39;
}
.TagClassName
{
border-color: #668D39;
}
</style>