Shades of Vida Loca #6B933F
Tints of Vida Loca #6B933F
RGB
CMYK
RGB Variations
Color information
#6B933F (or 0x6B933F) is known color: Vida Loca. HEX triplet: 6B, 93 and 3F. RGB value is (107,147,63). Sum of RGB (Red+Green+Blue) = 107+147+63=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #6B933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B933F is #946CC0. Grayscale: #7D7D7D. Windows color (decimal): -9727169 or 4166507. OLE color: 4166507.
HSL color Cylindrical-coordinate representation of color #6B933F: hue angle of 88.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B933F is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 63 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.42 |
| HSL | 88.57º | 0.4% | 0.41% | - |
| HSV(B) | 88.57º | 0.57% | 0.58% | - |
| XYZ | 17.39 | 24.35 | 8.49 | - |
| YUV | 125.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 63 | 0.27 | 0 | 0.57 | 0.42 | 88.57 | 0.4 | 0.41 |
| Hex | 6B | 93 | 3F | 1B | 0 | 39 | 2A | 59 | 28 | 29 |
| Octal | 153 | 223 | 77 | 33 | 0 | 71 | 52 | 131 | 50 | 51 |
| Binary | 1101011 | 10010011 | 111111 | 11011 | 0 | 111001 | 101010 | 1011001 | 101000 | 101001 |
Color Harmonies of #6B933F
Complementary color
Monochromatic Colors of #6B933F
Black with #6B933F
Text Example
Text Example
White with #6B933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B933F; }
p { color: rgb(107,147,63); }
H1.HeaderClassName
{
color: #6B933F;
}
.AnyTagClassName
{
color: #6B933F;
}
</style>
background-color css
<style>
a { background-color: #6B933F; }
a { background-color: rgb(107,147,63); }
div.DivClassName
{
background-color: #6B933F;
}
.BgClassName
{
background-color: #6B933F;
}
</style>
border-color css
<style>
span { border-color: #6B933F; }
span { border-color: rgb(107,147,63); }
td.TdClassName
{
border-color: #6B933F;
}
.TagClassName
{
border-color: #6B933F;
}
</style>