Shades of Vida Loca #6B953E
Tints of Vida Loca #6B953E
RGB
CMYK
RGB Variations
Color information
#6B953E (or 0x6B953E) is known color: Vida Loca. HEX triplet: 6B, 95 and 3E. RGB value is (107,149,62). Sum of RGB (Red+Green+Blue) = 107+149+62=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #6B953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B953E is #946AC1. Grayscale: #7E7E7E. Windows color (decimal): -9726658 or 4101483. OLE color: 4101483.
HSL color Cylindrical-coordinate representation of color #6B953E: hue angle of 88.97º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B953E is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 62 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.42 |
| HSL | 88.97º | 0.41% | 0.41% | - |
| HSV(B) | 88.97º | 0.58% | 0.58% | - |
| XYZ | 17.68 | 24.97 | 8.44 | - |
| YUV | 126.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 62 | 0.28 | 0 | 0.58 | 0.42 | 88.97 | 0.41 | 0.41 |
| Hex | 6B | 95 | 3E | 1C | 0 | 3A | 2A | 59 | 29 | 29 |
| Octal | 153 | 225 | 76 | 34 | 0 | 72 | 52 | 131 | 51 | 51 |
| Binary | 1101011 | 10010101 | 111110 | 11100 | 0 | 111010 | 101010 | 1011001 | 101001 | 101001 |
Color Harmonies of #6B953E
Complementary color
Monochromatic Colors of #6B953E
Black with #6B953E
Text Example
Text Example
White with #6B953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B953E; }
p { color: rgb(107,149,62); }
H1.HeaderClassName
{
color: #6B953E;
}
.AnyTagClassName
{
color: #6B953E;
}
</style>
background-color css
<style>
a { background-color: #6B953E; }
a { background-color: rgb(107,149,62); }
div.DivClassName
{
background-color: #6B953E;
}
.BgClassName
{
background-color: #6B953E;
}
</style>
border-color css
<style>
span { border-color: #6B953E; }
span { border-color: rgb(107,149,62); }
td.TdClassName
{
border-color: #6B953E;
}
.TagClassName
{
border-color: #6B953E;
}
</style>