Shades of Vida Loca #6C953D
Tints of Vida Loca #6C953D
RGB
CMYK
RGB Variations
Color information
#6C953D (or 0x6C953D) is known color: Vida Loca. HEX triplet: 6C, 95 and 3D. RGB value is (108,149,61). Sum of RGB (Red+Green+Blue) = 108+149+61=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953D is #936AC2. Grayscale: #7F7F7F. Windows color (decimal): -9661123 or 4035948. OLE color: 4035948.
HSL color Cylindrical-coordinate representation of color #6C953D: hue angle of 87.95º 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 #6C953D is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 61 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.42 |
| HSL | 87.95º | 0.42% | 0.41% | - |
| HSV(B) | 87.95º | 0.59% | 0.58% | - |
| XYZ | 17.77 | 25.02 | 8.31 | - |
| YUV | 126.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 61 | 0.28 | 0 | 0.59 | 0.42 | 87.95 | 0.42 | 0.41 |
| Hex | 6C | 95 | 3D | 1C | 0 | 3B | 2A | 58 | 2A | 29 |
| Octal | 154 | 225 | 75 | 34 | 0 | 73 | 52 | 130 | 52 | 51 |
| Binary | 1101100 | 10010101 | 111101 | 11100 | 0 | 111011 | 101010 | 1011000 | 101010 | 101001 |
Color Harmonies of #6C953D
Complementary color
Monochromatic Colors of #6C953D
Black with #6C953D
Text Example
Text Example
White with #6C953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C953D; }
p { color: rgb(108,149,61); }
H1.HeaderClassName
{
color: #6C953D;
}
.AnyTagClassName
{
color: #6C953D;
}
</style>
background-color css
<style>
a { background-color: #6C953D; }
a { background-color: rgb(108,149,61); }
div.DivClassName
{
background-color: #6C953D;
}
.BgClassName
{
background-color: #6C953D;
}
</style>
border-color css
<style>
span { border-color: #6C953D; }
span { border-color: rgb(108,149,61); }
td.TdClassName
{
border-color: #6C953D;
}
.TagClassName
{
border-color: #6C953D;
}
</style>