Shades of Vida Loca #6B972D
Tints of Vida Loca #6B972D
RGB
CMYK
RGB Variations
Color information
#6B972D (or 0x6B972D) is known color: Vida Loca. HEX triplet: 6B, 97 and 2D. RGB value is (107,151,45). Sum of RGB (Red+Green+Blue) = 107+151+45=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #6B972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B972D is #9468D2. Grayscale: #7E7E7E. Windows color (decimal): -9726163 or 2987883. OLE color: 2987883.
HSL color Cylindrical-coordinate representation of color #6B972D: hue angle of 84.91º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B972D is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 45 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.41 |
| HSL | 84.91º | 0.54% | 0.38% | - |
| HSV(B) | 84.91º | 0.7% | 0.59% | - |
| XYZ | 17.6 | 25.45 | 6.47 | - |
| YUV | 125.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 45 | 0.29 | 0 | 0.70 | 0.41 | 84.91 | 0.54 | 0.38 |
| Hex | 6B | 97 | 2D | 1D | 0 | 46 | 29 | 55 | 36 | 26 |
| Octal | 153 | 227 | 55 | 35 | 0 | 106 | 51 | 125 | 66 | 46 |
| Binary | 1101011 | 10010111 | 101101 | 11101 | 0 | 1000110 | 101001 | 1010101 | 110110 | 100110 |
Color Harmonies of #6B972D
Complementary color
Monochromatic Colors of #6B972D
Black with #6B972D
Text Example
Text Example
White with #6B972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B972D; }
p { color: rgb(107,151,45); }
H1.HeaderClassName
{
color: #6B972D;
}
.AnyTagClassName
{
color: #6B972D;
}
</style>
background-color css
<style>
a { background-color: #6B972D; }
a { background-color: rgb(107,151,45); }
div.DivClassName
{
background-color: #6B972D;
}
.BgClassName
{
background-color: #6B972D;
}
</style>
border-color css
<style>
span { border-color: #6B972D; }
span { border-color: rgb(107,151,45); }
td.TdClassName
{
border-color: #6B972D;
}
.TagClassName
{
border-color: #6B972D;
}
</style>