Shades of Vida Loca #6B913D
Tints of Vida Loca #6B913D
RGB
CMYK
RGB Variations
Color information
#6B913D (or 0x6B913D) is known color: Vida Loca. HEX triplet: 6B, 91 and 3D. RGB value is (107,145,61). Sum of RGB (Red+Green+Blue) = 107+145+61=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #6B913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B913D is #946EC2. Grayscale: #7C7C7C. Windows color (decimal): -9727683 or 4034923. OLE color: 4034923.
HSL color Cylindrical-coordinate representation of color #6B913D: hue angle of 87.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B913D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 61 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.43 |
| HSL | 87.14º | 0.41% | 0.4% | - |
| HSV(B) | 87.14º | 0.58% | 0.57% | - |
| XYZ | 17.03 | 23.71 | 8.09 | - |
| YUV | 124.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 61 | 0.26 | 0 | 0.58 | 0.43 | 87.14 | 0.41 | 0.4 |
| Hex | 6B | 91 | 3D | 1A | 0 | 3A | 2B | 57 | 29 | 28 |
| Octal | 153 | 221 | 75 | 32 | 0 | 72 | 53 | 127 | 51 | 50 |
| Binary | 1101011 | 10010001 | 111101 | 11010 | 0 | 111010 | 101011 | 1010111 | 101001 | 101000 |
Color Harmonies of #6B913D
Complementary color
Monochromatic Colors of #6B913D
Black with #6B913D
Text Example
Text Example
White with #6B913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B913D; }
p { color: rgb(107,145,61); }
H1.HeaderClassName
{
color: #6B913D;
}
.AnyTagClassName
{
color: #6B913D;
}
</style>
background-color css
<style>
a { background-color: #6B913D; }
a { background-color: rgb(107,145,61); }
div.DivClassName
{
background-color: #6B913D;
}
.BgClassName
{
background-color: #6B913D;
}
</style>
border-color css
<style>
span { border-color: #6B913D; }
span { border-color: rgb(107,145,61); }
td.TdClassName
{
border-color: #6B913D;
}
.TagClassName
{
border-color: #6B913D;
}
</style>