Shades of Vida Loca #6C9641
Tints of Vida Loca #6C9641
RGB
CMYK
RGB Variations
Color information
#6C9641 (or 0x6C9641) is known color: Vida Loca. HEX triplet: 6C, 96 and 41. RGB value is (108,150,65). Sum of RGB (Red+Green+Blue) = 108+150+65=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #6C9641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9641 is #9369BE. Grayscale: #808080. Windows color (decimal): -9660863 or 4298348. OLE color: 4298348.
HSL color Cylindrical-coordinate representation of color #6C9641: hue angle of 89.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C9641 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 150 | 65 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.41 |
| HSL | 89.65º | 0.4% | 0.42% | - |
| HSV(B) | 89.65º | 0.57% | 0.59% | - |
| XYZ | 18.04 | 25.38 | 8.95 | - |
| YUV | 127.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 65 | 0.28 | 0 | 0.57 | 0.41 | 89.65 | 0.4 | 0.42 |
| Hex | 6C | 96 | 41 | 1C | 0 | 39 | 29 | 5A | 28 | 2A |
| Octal | 154 | 226 | 101 | 34 | 0 | 71 | 51 | 132 | 50 | 52 |
| Binary | 1101100 | 10010110 | 1000001 | 11100 | 0 | 111001 | 101001 | 1011010 | 101000 | 101010 |
Color Harmonies of #6C9641
Complementary color
Monochromatic Colors of #6C9641
Black with #6C9641
Text Example
Text Example
White with #6C9641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9641; }
p { color: rgb(108,150,65); }
H1.HeaderClassName
{
color: #6C9641;
}
.AnyTagClassName
{
color: #6C9641;
}
</style>
background-color css
<style>
a { background-color: #6C9641; }
a { background-color: rgb(108,150,65); }
div.DivClassName
{
background-color: #6C9641;
}
.BgClassName
{
background-color: #6C9641;
}
</style>
border-color css
<style>
span { border-color: #6C9641; }
span { border-color: rgb(108,150,65); }
td.TdClassName
{
border-color: #6C9641;
}
.TagClassName
{
border-color: #6C9641;
}
</style>