Shades of Vida Loca #68973D
Tints of Vida Loca #68973D
RGB
CMYK
RGB Variations
Color information
#68973D (or 0x68973D) is known color: Vida Loca. HEX triplet: 68, 97 and 3D. RGB value is (104,151,61). Sum of RGB (Red+Green+Blue) = 104+151+61=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #68973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68973D is #9768C2. Grayscale: #7E7E7E. Windows color (decimal): -9922755 or 4036456. OLE color: 4036456.
HSL color Cylindrical-coordinate representation of color #68973D: hue angle of 91.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68973D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 61 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.41 |
| HSL | 91.33º | 0.42% | 0.42% | - |
| HSV(B) | 91.33º | 0.6% | 0.59% | - |
| XYZ | 17.62 | 25.41 | 8.39 | - |
| YUV | 126.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 61 | 0.31 | 0 | 0.60 | 0.41 | 91.33 | 0.42 | 0.42 |
| Hex | 68 | 97 | 3D | 1F | 0 | 3C | 29 | 5B | 2A | 2A |
| Octal | 150 | 227 | 75 | 37 | 0 | 74 | 51 | 133 | 52 | 52 |
| Binary | 1101000 | 10010111 | 111101 | 11111 | 0 | 111100 | 101001 | 1011011 | 101010 | 101010 |
Color Harmonies of #68973D
Complementary color
Monochromatic Colors of #68973D
Black with #68973D
Text Example
Text Example
White with #68973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68973D; }
p { color: rgb(104,151,61); }
H1.HeaderClassName
{
color: #68973D;
}
.AnyTagClassName
{
color: #68973D;
}
</style>
background-color css
<style>
a { background-color: #68973D; }
a { background-color: rgb(104,151,61); }
div.DivClassName
{
background-color: #68973D;
}
.BgClassName
{
background-color: #68973D;
}
</style>
border-color css
<style>
span { border-color: #68973D; }
span { border-color: rgb(104,151,61); }
td.TdClassName
{
border-color: #68973D;
}
.TagClassName
{
border-color: #68973D;
}
</style>