Shades of Vida Loca #608D2E
Tints of Vida Loca #608D2E
RGB
CMYK
RGB Variations
Color information
#608D2E (or 0x608D2E) is known color: Vida Loca. HEX triplet: 60, 8D and 2E. RGB value is (96,141,46). Sum of RGB (Red+Green+Blue) = 96+141+46=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #608D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608D2E is #9F72D1. Grayscale: #757575. Windows color (decimal): -10449618 or 3050848. OLE color: 3050848.
HSL color Cylindrical-coordinate representation of color #608D2E: hue angle of 88.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #608D2E is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 46 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.45 |
| HSL | 88.42º | 0.51% | 0.37% | - |
| HSV(B) | 88.42º | 0.67% | 0.55% | - |
| XYZ | 14.84 | 21.73 | 6 | - |
| YUV | 116.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 46 | 0.32 | 0 | 0.67 | 0.45 | 88.42 | 0.51 | 0.37 |
| Hex | 60 | 8D | 2E | 20 | 0 | 43 | 2D | 58 | 33 | 25 |
| Octal | 140 | 215 | 56 | 40 | 0 | 103 | 55 | 130 | 63 | 45 |
| Binary | 1100000 | 10001101 | 101110 | 100000 | 0 | 1000011 | 101101 | 1011000 | 110011 | 100101 |
Color Harmonies of #608D2E
Complementary color
Monochromatic Colors of #608D2E
Black with #608D2E
Text Example
Text Example
White with #608D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D2E; }
p { color: rgb(96,141,46); }
H1.HeaderClassName
{
color: #608D2E;
}
.AnyTagClassName
{
color: #608D2E;
}
</style>
background-color css
<style>
a { background-color: #608D2E; }
a { background-color: rgb(96,141,46); }
div.DivClassName
{
background-color: #608D2E;
}
.BgClassName
{
background-color: #608D2E;
}
</style>
border-color css
<style>
span { border-color: #608D2E; }
span { border-color: rgb(96,141,46); }
td.TdClassName
{
border-color: #608D2E;
}
.TagClassName
{
border-color: #608D2E;
}
</style>