Shades of Vida Loca #6A933C
Tints of Vida Loca #6A933C
RGB
CMYK
RGB Variations
Color information
#6A933C (or 0x6A933C) is known color: Vida Loca. HEX triplet: 6A, 93 and 3C. RGB value is (106,147,60). Sum of RGB (Red+Green+Blue) = 106+147+60=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #6A933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A933C is #956CC3. Grayscale: #7D7D7D. Windows color (decimal): -9792708 or 3969898. OLE color: 3969898.
HSL color Cylindrical-coordinate representation of color #6A933C: hue angle of 88.28º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A933C is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 60 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.42 |
| HSL | 88.28º | 0.42% | 0.41% | - |
| HSV(B) | 88.28º | 0.59% | 0.58% | - |
| XYZ | 17.19 | 24.26 | 8.05 | - |
| YUV | 124.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 60 | 0.28 | 0 | 0.59 | 0.42 | 88.28 | 0.42 | 0.41 |
| Hex | 6A | 93 | 3C | 1C | 0 | 3B | 2A | 58 | 2A | 29 |
| Octal | 152 | 223 | 74 | 34 | 0 | 73 | 52 | 130 | 52 | 51 |
| Binary | 1101010 | 10010011 | 111100 | 11100 | 0 | 111011 | 101010 | 1011000 | 101010 | 101001 |
Color Harmonies of #6A933C
Complementary color
Monochromatic Colors of #6A933C
Black with #6A933C
Text Example
Text Example
White with #6A933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A933C; }
p { color: rgb(106,147,60); }
H1.HeaderClassName
{
color: #6A933C;
}
.AnyTagClassName
{
color: #6A933C;
}
</style>
background-color css
<style>
a { background-color: #6A933C; }
a { background-color: rgb(106,147,60); }
div.DivClassName
{
background-color: #6A933C;
}
.BgClassName
{
background-color: #6A933C;
}
</style>
border-color css
<style>
span { border-color: #6A933C; }
span { border-color: rgb(106,147,60); }
td.TdClassName
{
border-color: #6A933C;
}
.TagClassName
{
border-color: #6A933C;
}
</style>