Shades of Vida Loca #668A39
Tints of Vida Loca #668A39
RGB
CMYK
RGB Variations
Color information
#668A39 (or 0x668A39) is known color: Vida Loca. HEX triplet: 66, 8A and 39. RGB value is (102,138,57). Sum of RGB (Red+Green+Blue) = 102+138+57=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #668A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A39 is #9975C6. Grayscale: #767676. Windows color (decimal): -10057159 or 3770982. OLE color: 3770982.
HSL color Cylindrical-coordinate representation of color #668A39: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668A39 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 57 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.46 |
| HSL | 86.67º | 0.42% | 0.38% | - |
| HSV(B) | 86.67º | 0.59% | 0.54% | - |
| XYZ | 15.31 | 21.3 | 7.17 | - |
| YUV | 118 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 57 | 0.26 | 0 | 0.59 | 0.46 | 86.67 | 0.42 | 0.38 |
| Hex | 66 | 8A | 39 | 1A | 0 | 3B | 2E | 57 | 2A | 26 |
| Octal | 146 | 212 | 71 | 32 | 0 | 73 | 56 | 127 | 52 | 46 |
| Binary | 1100110 | 10001010 | 111001 | 11010 | 0 | 111011 | 101110 | 1010111 | 101010 | 100110 |
Color Harmonies of #668A39
Complementary color
Monochromatic Colors of #668A39
Black with #668A39
Text Example
Text Example
White with #668A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A39; }
p { color: rgb(102,138,57); }
H1.HeaderClassName
{
color: #668A39;
}
.AnyTagClassName
{
color: #668A39;
}
</style>
background-color css
<style>
a { background-color: #668A39; }
a { background-color: rgb(102,138,57); }
div.DivClassName
{
background-color: #668A39;
}
.BgClassName
{
background-color: #668A39;
}
</style>
border-color css
<style>
span { border-color: #668A39; }
span { border-color: rgb(102,138,57); }
td.TdClassName
{
border-color: #668A39;
}
.TagClassName
{
border-color: #668A39;
}
</style>