Shades of Vida Loca #68952A
Tints of Vida Loca #68952A
RGB
CMYK
RGB Variations
Color information
#68952A (or 0x68952A) is known color: Vida Loca. HEX triplet: 68, 95 and 2A. RGB value is (104,149,42). Sum of RGB (Red+Green+Blue) = 104+149+42=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #68952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68952A is #976AD5. Grayscale: #7B7B7B. Windows color (decimal): -9923286 or 2790760. OLE color: 2790760.
HSL color Cylindrical-coordinate representation of color #68952A: hue angle of 85.23º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68952A is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 42 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.42 |
| HSL | 85.23º | 0.56% | 0.37% | - |
| HSV(B) | 85.23º | 0.72% | 0.58% | - |
| XYZ | 16.87 | 24.61 | 6.05 | - |
| YUV | 123.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 42 | 0.30 | 0 | 0.72 | 0.42 | 85.23 | 0.56 | 0.37 |
| Hex | 68 | 95 | 2A | 1E | 0 | 48 | 2A | 55 | 38 | 25 |
| Octal | 150 | 225 | 52 | 36 | 0 | 110 | 52 | 125 | 70 | 45 |
| Binary | 1101000 | 10010101 | 101010 | 11110 | 0 | 1001000 | 101010 | 1010101 | 111000 | 100101 |
Color Harmonies of #68952A
Complementary color
Monochromatic Colors of #68952A
Black with #68952A
Text Example
Text Example
White with #68952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68952A; }
p { color: rgb(104,149,42); }
H1.HeaderClassName
{
color: #68952A;
}
.AnyTagClassName
{
color: #68952A;
}
</style>
background-color css
<style>
a { background-color: #68952A; }
a { background-color: rgb(104,149,42); }
div.DivClassName
{
background-color: #68952A;
}
.BgClassName
{
background-color: #68952A;
}
</style>
border-color css
<style>
span { border-color: #68952A; }
span { border-color: rgb(104,149,42); }
td.TdClassName
{
border-color: #68952A;
}
.TagClassName
{
border-color: #68952A;
}
</style>