Shades of Vida Loca #608B2B
Tints of Vida Loca #608B2B
RGB
CMYK
RGB Variations
Color information
#608B2B (or 0x608B2B) is known color: Vida Loca. HEX triplet: 60, 8B and 2B. RGB value is (96,139,43). Sum of RGB (Red+Green+Blue) = 96+139+43=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #608B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B2B is #9F74D4. Grayscale: #737373. Windows color (decimal): -10450133 or 2853728. OLE color: 2853728.
HSL color Cylindrical-coordinate representation of color #608B2B: hue angle of 86.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #608B2B is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 43 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.45 |
| HSL | 86.88º | 0.53% | 0.36% | - |
| HSV(B) | 86.88º | 0.69% | 0.55% | - |
| XYZ | 14.49 | 21.13 | 5.6 | - |
| YUV | 115.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 43 | 0.31 | 0 | 0.69 | 0.45 | 86.88 | 0.53 | 0.36 |
| Hex | 60 | 8B | 2B | 1F | 0 | 45 | 2D | 57 | 35 | 24 |
| Octal | 140 | 213 | 53 | 37 | 0 | 105 | 55 | 127 | 65 | 44 |
| Binary | 1100000 | 10001011 | 101011 | 11111 | 0 | 1000101 | 101101 | 1010111 | 110101 | 100100 |
Color Harmonies of #608B2B
Complementary color
Monochromatic Colors of #608B2B
Black with #608B2B
Text Example
Text Example
White with #608B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B2B; }
p { color: rgb(96,139,43); }
H1.HeaderClassName
{
color: #608B2B;
}
.AnyTagClassName
{
color: #608B2B;
}
</style>
background-color css
<style>
a { background-color: #608B2B; }
a { background-color: rgb(96,139,43); }
div.DivClassName
{
background-color: #608B2B;
}
.BgClassName
{
background-color: #608B2B;
}
</style>
border-color css
<style>
span { border-color: #608B2B; }
span { border-color: rgb(96,139,43); }
td.TdClassName
{
border-color: #608B2B;
}
.TagClassName
{
border-color: #608B2B;
}
</style>