Shades of Vida Loca #6C973C
Tints of Vida Loca #6C973C
RGB
CMYK
RGB Variations
Color information
#6C973C (or 0x6C973C) is known color: Vida Loca. HEX triplet: 6C, 97 and 3C. RGB value is (108,151,60). Sum of RGB (Red+Green+Blue) = 108+151+60=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #6C973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C973C is #9368C3. Grayscale: #808080. Windows color (decimal): -9660612 or 3970924. OLE color: 3970924.
HSL color Cylindrical-coordinate representation of color #6C973C: hue angle of 88.35º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C973C is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 151 | 60 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.41 |
| HSL | 88.35º | 0.43% | 0.41% | - |
| HSV(B) | 88.35º | 0.6% | 0.59% | - |
| XYZ | 18.07 | 25.65 | 8.27 | - |
| YUV | 127.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 151 | 60 | 0.28 | 0 | 0.60 | 0.41 | 88.35 | 0.43 | 0.41 |
| Hex | 6C | 97 | 3C | 1C | 0 | 3C | 29 | 58 | 2B | 29 |
| Octal | 154 | 227 | 74 | 34 | 0 | 74 | 51 | 130 | 53 | 51 |
| Binary | 1101100 | 10010111 | 111100 | 11100 | 0 | 111100 | 101001 | 1011000 | 101011 | 101001 |
Color Harmonies of #6C973C
Complementary color
Monochromatic Colors of #6C973C
Black with #6C973C
Text Example
Text Example
White with #6C973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C973C; }
p { color: rgb(108,151,60); }
H1.HeaderClassName
{
color: #6C973C;
}
.AnyTagClassName
{
color: #6C973C;
}
</style>
background-color css
<style>
a { background-color: #6C973C; }
a { background-color: rgb(108,151,60); }
div.DivClassName
{
background-color: #6C973C;
}
.BgClassName
{
background-color: #6C973C;
}
</style>
border-color css
<style>
span { border-color: #6C973C; }
span { border-color: rgb(108,151,60); }
td.TdClassName
{
border-color: #6C973C;
}
.TagClassName
{
border-color: #6C973C;
}
</style>