Shades of Vida Loca #68953C
Tints of Vida Loca #68953C
RGB
CMYK
RGB Variations
Color information
#68953C (or 0x68953C) is known color: Vida Loca. HEX triplet: 68, 95 and 3C. RGB value is (104,149,60). Sum of RGB (Red+Green+Blue) = 104+149+60=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #68953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68953C is #976AC3. Grayscale: #7D7D7D. Windows color (decimal): -9923268 or 3970408. OLE color: 3970408.
HSL color Cylindrical-coordinate representation of color #68953C: hue angle of 90.34º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68953C is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 60 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.42 |
| HSL | 90.34º | 0.43% | 0.41% | - |
| HSV(B) | 90.34º | 0.6% | 0.58% | - |
| XYZ | 17.27 | 24.76 | 8.14 | - |
| YUV | 125.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 60 | 0.30 | 0 | 0.60 | 0.42 | 90.34 | 0.43 | 0.41 |
| Hex | 68 | 95 | 3C | 1E | 0 | 3C | 2A | 5A | 2B | 29 |
| Octal | 150 | 225 | 74 | 36 | 0 | 74 | 52 | 132 | 53 | 51 |
| Binary | 1101000 | 10010101 | 111100 | 11110 | 0 | 111100 | 101010 | 1011010 | 101011 | 101001 |
Color Harmonies of #68953C
Complementary color
Monochromatic Colors of #68953C
Black with #68953C
Text Example
Text Example
White with #68953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68953C; }
p { color: rgb(104,149,60); }
H1.HeaderClassName
{
color: #68953C;
}
.AnyTagClassName
{
color: #68953C;
}
</style>
background-color css
<style>
a { background-color: #68953C; }
a { background-color: rgb(104,149,60); }
div.DivClassName
{
background-color: #68953C;
}
.BgClassName
{
background-color: #68953C;
}
</style>
border-color css
<style>
span { border-color: #68953C; }
span { border-color: rgb(104,149,60); }
td.TdClassName
{
border-color: #68953C;
}
.TagClassName
{
border-color: #68953C;
}
</style>