Shades of Vida Loca #668B37
Tints of Vida Loca #668B37
RGB
CMYK
RGB Variations
Color information
#668B37 (or 0x668B37) is known color: Vida Loca. HEX triplet: 66, 8B and 37. RGB value is (102,139,55). Sum of RGB (Red+Green+Blue) = 102+139+55=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #668B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B37 is #9974C8. Grayscale: #767676. Windows color (decimal): -10056905 or 3640166. OLE color: 3640166.
HSL color Cylindrical-coordinate representation of color #668B37: hue angle of 86.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668B37 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 55 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.45 |
| HSL | 86.43º | 0.43% | 0.38% | - |
| HSV(B) | 86.43º | 0.6% | 0.55% | - |
| XYZ | 15.4 | 21.57 | 6.97 | - |
| YUV | 118.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 55 | 0.27 | 0 | 0.60 | 0.45 | 86.43 | 0.43 | 0.38 |
| Hex | 66 | 8B | 37 | 1B | 0 | 3C | 2D | 56 | 2B | 26 |
| Octal | 146 | 213 | 67 | 33 | 0 | 74 | 55 | 126 | 53 | 46 |
| Binary | 1100110 | 10001011 | 110111 | 11011 | 0 | 111100 | 101101 | 1010110 | 101011 | 100110 |
Color Harmonies of #668B37
Complementary color
Monochromatic Colors of #668B37
Black with #668B37
Text Example
Text Example
White with #668B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B37; }
p { color: rgb(102,139,55); }
H1.HeaderClassName
{
color: #668B37;
}
.AnyTagClassName
{
color: #668B37;
}
</style>
background-color css
<style>
a { background-color: #668B37; }
a { background-color: rgb(102,139,55); }
div.DivClassName
{
background-color: #668B37;
}
.BgClassName
{
background-color: #668B37;
}
</style>
border-color css
<style>
span { border-color: #668B37; }
span { border-color: rgb(102,139,55); }
td.TdClassName
{
border-color: #668B37;
}
.TagClassName
{
border-color: #668B37;
}
</style>