Shades of Vida Loca #688B38
Tints of Vida Loca #688B38
RGB
CMYK
RGB Variations
Color information
#688B38 (or 0x688B38) is known color: Vida Loca. HEX triplet: 68, 8B and 38. RGB value is (104,139,56). Sum of RGB (Red+Green+Blue) = 104+139+56=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #688B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B38 is #9774C7. Grayscale: #777777. Windows color (decimal): -9925832 or 3705704. OLE color: 3705704.
HSL color Cylindrical-coordinate representation of color #688B38: hue angle of 85.3º 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 #688B38 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 56 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.45 |
| HSL | 85.3º | 0.43% | 0.38% | - |
| HSV(B) | 85.3º | 0.6% | 0.55% | - |
| XYZ | 15.66 | 21.69 | 7.1 | - |
| YUV | 119.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 56 | 0.25 | 0 | 0.60 | 0.45 | 85.3 | 0.43 | 0.38 |
| Hex | 68 | 8B | 38 | 19 | 0 | 3C | 2D | 55 | 2B | 26 |
| Octal | 150 | 213 | 70 | 31 | 0 | 74 | 55 | 125 | 53 | 46 |
| Binary | 1101000 | 10001011 | 111000 | 11001 | 0 | 111100 | 101101 | 1010101 | 101011 | 100110 |
Color Harmonies of #688B38
Complementary color
Monochromatic Colors of #688B38
Black with #688B38
Text Example
Text Example
White with #688B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B38; }
p { color: rgb(104,139,56); }
H1.HeaderClassName
{
color: #688B38;
}
.AnyTagClassName
{
color: #688B38;
}
</style>
background-color css
<style>
a { background-color: #688B38; }
a { background-color: rgb(104,139,56); }
div.DivClassName
{
background-color: #688B38;
}
.BgClassName
{
background-color: #688B38;
}
</style>
border-color css
<style>
span { border-color: #688B38; }
span { border-color: rgb(104,139,56); }
td.TdClassName
{
border-color: #688B38;
}
.TagClassName
{
border-color: #688B38;
}
</style>