Shades of Vida Loca #688C36
Tints of Vida Loca #688C36
RGB
CMYK
RGB Variations
Color information
#688C36 (or 0x688C36) is known color: Vida Loca. HEX triplet: 68, 8C and 36. RGB value is (104,140,54). Sum of RGB (Red+Green+Blue) = 104+140+54=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #688C36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C36 is #9773C9. Grayscale: #777777. Windows color (decimal): -9925578 or 3574888. OLE color: 3574888.
HSL color Cylindrical-coordinate representation of color #688C36: hue angle of 85.12º 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 #688C36 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 54 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.45 |
| HSL | 85.12º | 0.44% | 0.38% | - |
| HSV(B) | 85.12º | 0.61% | 0.55% | - |
| XYZ | 15.75 | 21.97 | 6.9 | - |
| YUV | 119.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 54 | 0.26 | 0 | 0.61 | 0.45 | 85.12 | 0.44 | 0.38 |
| Hex | 68 | 8C | 36 | 1A | 0 | 3D | 2D | 55 | 2C | 26 |
| Octal | 150 | 214 | 66 | 32 | 0 | 75 | 55 | 125 | 54 | 46 |
| Binary | 1101000 | 10001100 | 110110 | 11010 | 0 | 111101 | 101101 | 1010101 | 101100 | 100110 |
Color Harmonies of #688C36
Complementary color
Monochromatic Colors of #688C36
Black with #688C36
Text Example
Text Example
White with #688C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C36; }
p { color: rgb(104,140,54); }
H1.HeaderClassName
{
color: #688C36;
}
.AnyTagClassName
{
color: #688C36;
}
</style>
background-color css
<style>
a { background-color: #688C36; }
a { background-color: rgb(104,140,54); }
div.DivClassName
{
background-color: #688C36;
}
.BgClassName
{
background-color: #688C36;
}
</style>
border-color css
<style>
span { border-color: #688C36; }
span { border-color: rgb(104,140,54); }
td.TdClassName
{
border-color: #688C36;
}
.TagClassName
{
border-color: #688C36;
}
</style>