Shades of Vida Loca #6C933C
Tints of Vida Loca #6C933C
RGB
CMYK
RGB Variations
Color information
#6C933C (or 0x6C933C) is known color: Vida Loca. HEX triplet: 6C, 93 and 3C. RGB value is (108,147,60). Sum of RGB (Red+Green+Blue) = 108+147+60=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #6C933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C933C is #936CC3. Grayscale: #7D7D7D. Windows color (decimal): -9661636 or 3969900. OLE color: 3969900.
HSL color Cylindrical-coordinate representation of color #6C933C: hue angle of 86.9º 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 #6C933C is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 60 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.42 |
| HSL | 86.9º | 0.42% | 0.41% | - |
| HSV(B) | 86.9º | 0.59% | 0.58% | - |
| XYZ | 17.43 | 24.38 | 8.06 | - |
| YUV | 125.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 60 | 0.27 | 0 | 0.59 | 0.42 | 86.9 | 0.42 | 0.41 |
| Hex | 6C | 93 | 3C | 1B | 0 | 3B | 2A | 57 | 2A | 29 |
| Octal | 154 | 223 | 74 | 33 | 0 | 73 | 52 | 127 | 52 | 51 |
| Binary | 1101100 | 10010011 | 111100 | 11011 | 0 | 111011 | 101010 | 1010111 | 101010 | 101001 |
Color Harmonies of #6C933C
Complementary color
Monochromatic Colors of #6C933C
Black with #6C933C
Text Example
Text Example
White with #6C933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C933C; }
p { color: rgb(108,147,60); }
H1.HeaderClassName
{
color: #6C933C;
}
.AnyTagClassName
{
color: #6C933C;
}
</style>
background-color css
<style>
a { background-color: #6C933C; }
a { background-color: rgb(108,147,60); }
div.DivClassName
{
background-color: #6C933C;
}
.BgClassName
{
background-color: #6C933C;
}
</style>
border-color css
<style>
span { border-color: #6C933C; }
span { border-color: rgb(108,147,60); }
td.TdClassName
{
border-color: #6C933C;
}
.TagClassName
{
border-color: #6C933C;
}
</style>