Shades of Vida Loca #6C903A
Tints of Vida Loca #6C903A
RGB
CMYK
RGB Variations
Color information
#6C903A (or 0x6C903A) is known color: Vida Loca. HEX triplet: 6C, 90 and 3A. RGB value is (108,144,58). Sum of RGB (Red+Green+Blue) = 108+144+58=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #6C903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C903A is #936FC5. Grayscale: #7B7B7B. Windows color (decimal): -9662406 or 3838060. OLE color: 3838060.
HSL color Cylindrical-coordinate representation of color #6C903A: hue angle of 85.12º 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 #6C903A is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 144 | 58 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.44 |
| HSL | 85.12º | 0.43% | 0.4% | - |
| HSV(B) | 85.12º | 0.6% | 0.56% | - |
| XYZ | 16.92 | 23.44 | 7.64 | - |
| YUV | 123.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 58 | 0.25 | 0 | 0.60 | 0.44 | 85.12 | 0.43 | 0.4 |
| Hex | 6C | 90 | 3A | 19 | 0 | 3C | 2C | 55 | 2B | 28 |
| Octal | 154 | 220 | 72 | 31 | 0 | 74 | 54 | 125 | 53 | 50 |
| Binary | 1101100 | 10010000 | 111010 | 11001 | 0 | 111100 | 101100 | 1010101 | 101011 | 101000 |
Color Harmonies of #6C903A
Complementary color
Monochromatic Colors of #6C903A
Black with #6C903A
Text Example
Text Example
White with #6C903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C903A; }
p { color: rgb(108,144,58); }
H1.HeaderClassName
{
color: #6C903A;
}
.AnyTagClassName
{
color: #6C903A;
}
</style>
background-color css
<style>
a { background-color: #6C903A; }
a { background-color: rgb(108,144,58); }
div.DivClassName
{
background-color: #6C903A;
}
.BgClassName
{
background-color: #6C903A;
}
</style>
border-color css
<style>
span { border-color: #6C903A; }
span { border-color: rgb(108,144,58); }
td.TdClassName
{
border-color: #6C903A;
}
.TagClassName
{
border-color: #6C903A;
}
</style>