Shades of Vida Loca #6B913C
Tints of Vida Loca #6B913C
RGB
CMYK
RGB Variations
Color information
#6B913C (or 0x6B913C) is known color: Vida Loca. HEX triplet: 6B, 91 and 3C. RGB value is (107,145,60). Sum of RGB (Red+Green+Blue) = 107+145+60=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #6B913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B913C is #946EC3. Grayscale: #7C7C7C. Windows color (decimal): -9727684 or 3969387. OLE color: 3969387.
HSL color Cylindrical-coordinate representation of color #6B913C: hue angle of 86.82º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B913C is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 60 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.43 |
| HSL | 86.82º | 0.41% | 0.4% | - |
| HSV(B) | 86.82º | 0.59% | 0.57% | - |
| XYZ | 17 | 23.7 | 7.95 | - |
| YUV | 123.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 60 | 0.26 | 0 | 0.59 | 0.43 | 86.82 | 0.41 | 0.4 |
| Hex | 6B | 91 | 3C | 1A | 0 | 3B | 2B | 57 | 29 | 28 |
| Octal | 153 | 221 | 74 | 32 | 0 | 73 | 53 | 127 | 51 | 50 |
| Binary | 1101011 | 10010001 | 111100 | 11010 | 0 | 111011 | 101011 | 1010111 | 101001 | 101000 |
Color Harmonies of #6B913C
Complementary color
Monochromatic Colors of #6B913C
Black with #6B913C
Text Example
Text Example
White with #6B913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B913C; }
p { color: rgb(107,145,60); }
H1.HeaderClassName
{
color: #6B913C;
}
.AnyTagClassName
{
color: #6B913C;
}
</style>
background-color css
<style>
a { background-color: #6B913C; }
a { background-color: rgb(107,145,60); }
div.DivClassName
{
background-color: #6B913C;
}
.BgClassName
{
background-color: #6B913C;
}
</style>
border-color css
<style>
span { border-color: #6B913C; }
span { border-color: rgb(107,145,60); }
td.TdClassName
{
border-color: #6B913C;
}
.TagClassName
{
border-color: #6B913C;
}
</style>