Shades of Vida Loca #6B933D
Tints of Vida Loca #6B933D
RGB
CMYK
RGB Variations
Color information
#6B933D (or 0x6B933D) is known color: Vida Loca. HEX triplet: 6B, 93 and 3D. RGB value is (107,147,61). Sum of RGB (Red+Green+Blue) = 107+147+61=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #6B933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B933D is #946CC2. Grayscale: #7D7D7D. Windows color (decimal): -9727171 or 4035435. OLE color: 4035435.
HSL color Cylindrical-coordinate representation of color #6B933D: hue angle of 87.91º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B933D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 61 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.42 |
| HSL | 87.91º | 0.41% | 0.41% | - |
| HSV(B) | 87.91º | 0.59% | 0.58% | - |
| XYZ | 17.34 | 24.33 | 8.2 | - |
| YUV | 125.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 61 | 0.27 | 0 | 0.59 | 0.42 | 87.91 | 0.41 | 0.41 |
| Hex | 6B | 93 | 3D | 1B | 0 | 3B | 2A | 58 | 29 | 29 |
| Octal | 153 | 223 | 75 | 33 | 0 | 73 | 52 | 130 | 51 | 51 |
| Binary | 1101011 | 10010011 | 111101 | 11011 | 0 | 111011 | 101010 | 1011000 | 101001 | 101001 |
Color Harmonies of #6B933D
Complementary color
Monochromatic Colors of #6B933D
Black with #6B933D
Text Example
Text Example
White with #6B933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B933D; }
p { color: rgb(107,147,61); }
H1.HeaderClassName
{
color: #6B933D;
}
.AnyTagClassName
{
color: #6B933D;
}
</style>
background-color css
<style>
a { background-color: #6B933D; }
a { background-color: rgb(107,147,61); }
div.DivClassName
{
background-color: #6B933D;
}
.BgClassName
{
background-color: #6B933D;
}
</style>
border-color css
<style>
span { border-color: #6B933D; }
span { border-color: rgb(107,147,61); }
td.TdClassName
{
border-color: #6B933D;
}
.TagClassName
{
border-color: #6B933D;
}
</style>