Shades of Vida Loca #6D8F3D
Tints of Vida Loca #6D8F3D
RGB
CMYK
RGB Variations
Color information
#6D8F3D (or 0x6D8F3D) is known color: Vida Loca. HEX triplet: 6D, 8F and 3D. RGB value is (109,143,61). Sum of RGB (Red+Green+Blue) = 109+143+61=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8F3D is #9270C2. Grayscale: #7B7B7B. Windows color (decimal): -9597123 or 4034413. OLE color: 4034413.
HSL color Cylindrical-coordinate representation of color #6D8F3D: hue angle of 84.88º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D8F3D is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 61 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.44 |
| HSL | 84.88º | 0.4% | 0.4% | - |
| HSV(B) | 84.88º | 0.57% | 0.56% | - |
| XYZ | 16.97 | 23.23 | 8 | - |
| YUV | 123.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 61 | 0.24 | 0 | 0.57 | 0.44 | 84.88 | 0.4 | 0.4 |
| Hex | 6D | 8F | 3D | 18 | 0 | 39 | 2C | 55 | 28 | 28 |
| Octal | 155 | 217 | 75 | 30 | 0 | 71 | 54 | 125 | 50 | 50 |
| Binary | 1101101 | 10001111 | 111101 | 11000 | 0 | 111001 | 101100 | 1010101 | 101000 | 101000 |
Color Harmonies of #6D8F3D
Complementary color
Monochromatic Colors of #6D8F3D
Black with #6D8F3D
Text Example
Text Example
White with #6D8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F3D; }
p { color: rgb(109,143,61); }
H1.HeaderClassName
{
color: #6D8F3D;
}
.AnyTagClassName
{
color: #6D8F3D;
}
</style>
background-color css
<style>
a { background-color: #6D8F3D; }
a { background-color: rgb(109,143,61); }
div.DivClassName
{
background-color: #6D8F3D;
}
.BgClassName
{
background-color: #6D8F3D;
}
</style>
border-color css
<style>
span { border-color: #6D8F3D; }
span { border-color: rgb(109,143,61); }
td.TdClassName
{
border-color: #6D8F3D;
}
.TagClassName
{
border-color: #6D8F3D;
}
</style>