Shades of Vida Loca #6D903A
Tints of Vida Loca #6D903A
RGB
CMYK
RGB Variations
Color information
#6D903A (or 0x6D903A) is known color: Vida Loca. HEX triplet: 6D, 90 and 3A. RGB value is (109,144,58). Sum of RGB (Red+Green+Blue) = 109+144+58=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #6D903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D903A is #926FC5. Grayscale: #7C7C7C. Windows color (decimal): -9596870 or 3838061. OLE color: 3838061.
HSL color Cylindrical-coordinate representation of color #6D903A: hue angle of 84.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D903A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 58 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.44 |
| HSL | 84.42º | 0.43% | 0.4% | - |
| HSV(B) | 84.42º | 0.6% | 0.56% | - |
| XYZ | 17.04 | 23.5 | 7.64 | - |
| YUV | 123.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 58 | 0.24 | 0 | 0.60 | 0.44 | 84.42 | 0.43 | 0.4 |
| Hex | 6D | 90 | 3A | 18 | 0 | 3C | 2C | 54 | 2B | 28 |
| Octal | 155 | 220 | 72 | 30 | 0 | 74 | 54 | 124 | 53 | 50 |
| Binary | 1101101 | 10010000 | 111010 | 11000 | 0 | 111100 | 101100 | 1010100 | 101011 | 101000 |
Color Harmonies of #6D903A
Complementary color
Monochromatic Colors of #6D903A
Black with #6D903A
Text Example
Text Example
White with #6D903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D903A; }
p { color: rgb(109,144,58); }
H1.HeaderClassName
{
color: #6D903A;
}
.AnyTagClassName
{
color: #6D903A;
}
</style>
background-color css
<style>
a { background-color: #6D903A; }
a { background-color: rgb(109,144,58); }
div.DivClassName
{
background-color: #6D903A;
}
.BgClassName
{
background-color: #6D903A;
}
</style>
border-color css
<style>
span { border-color: #6D903A; }
span { border-color: rgb(109,144,58); }
td.TdClassName
{
border-color: #6D903A;
}
.TagClassName
{
border-color: #6D903A;
}
</style>