Shades of Vida Loca #6B913A
Tints of Vida Loca #6B913A
RGB
CMYK
RGB Variations
Color information
#6B913A (or 0x6B913A) is known color: Vida Loca. HEX triplet: 6B, 91 and 3A. RGB value is (107,145,58). Sum of RGB (Red+Green+Blue) = 107+145+58=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #6B913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B913A is #946EC5. Grayscale: #7C7C7C. Windows color (decimal): -9727686 or 3838315. OLE color: 3838315.
HSL color Cylindrical-coordinate representation of color #6B913A: hue angle of 86.21º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B913A is Cyan = 0.26, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 58 | - |
| CMYK | 0.26 | 0 | 0.6 | 0.43 |
| HSL | 86.21º | 0.43% | 0.4% | - |
| HSV(B) | 86.21º | 0.6% | 0.57% | - |
| XYZ | 16.95 | 23.68 | 7.68 | - |
| YUV | 123.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 58 | 0.26 | 0 | 0.6 | 0.43 | 86.21 | 0.43 | 0.4 |
| Hex | 6B | 91 | 3A | 1A | 0 | 3C | 2B | 56 | 2B | 28 |
| Octal | 153 | 221 | 72 | 32 | 0 | 74 | 53 | 126 | 53 | 50 |
| Binary | 1101011 | 10010001 | 111010 | 11010 | 0 | 111100 | 101011 | 1010110 | 101011 | 101000 |
Color Harmonies of #6B913A
Complementary color
Monochromatic Colors of #6B913A
Black with #6B913A
Text Example
Text Example
White with #6B913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B913A; }
p { color: rgb(107,145,58); }
H1.HeaderClassName
{
color: #6B913A;
}
.AnyTagClassName
{
color: #6B913A;
}
</style>
background-color css
<style>
a { background-color: #6B913A; }
a { background-color: rgb(107,145,58); }
div.DivClassName
{
background-color: #6B913A;
}
.BgClassName
{
background-color: #6B913A;
}
</style>
border-color css
<style>
span { border-color: #6B913A; }
span { border-color: rgb(107,145,58); }
td.TdClassName
{
border-color: #6B913A;
}
.TagClassName
{
border-color: #6B913A;
}
</style>