Shades of Vida Loca #608B25
Tints of Vida Loca #608B25
RGB
CMYK
RGB Variations
Color information
#608B25 (or 0x608B25) is known color: Vida Loca. HEX triplet: 60, 8B and 25. RGB value is (96,139,37). Sum of RGB (Red+Green+Blue) = 96+139+37=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #608B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B25 is #9F74DA. Grayscale: #727272. Windows color (decimal): -10450139 or 2460512. OLE color: 2460512.
HSL color Cylindrical-coordinate representation of color #608B25: hue angle of 85.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #608B25 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 37 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.45 |
| HSL | 85.29º | 0.58% | 0.35% | - |
| HSV(B) | 85.29º | 0.73% | 0.55% | - |
| XYZ | 14.39 | 21.09 | 5.06 | - |
| YUV | 114.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 37 | 0.31 | 0 | 0.73 | 0.45 | 85.29 | 0.58 | 0.35 |
| Hex | 60 | 8B | 25 | 1F | 0 | 49 | 2D | 55 | 3A | 23 |
| Octal | 140 | 213 | 45 | 37 | 0 | 111 | 55 | 125 | 72 | 43 |
| Binary | 1100000 | 10001011 | 100101 | 11111 | 0 | 1001001 | 101101 | 1010101 | 111010 | 100011 |
Color Harmonies of #608B25
Complementary color
Monochromatic Colors of #608B25
Black with #608B25
Text Example
Text Example
White with #608B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B25; }
p { color: rgb(96,139,37); }
H1.HeaderClassName
{
color: #608B25;
}
.AnyTagClassName
{
color: #608B25;
}
</style>
background-color css
<style>
a { background-color: #608B25; }
a { background-color: rgb(96,139,37); }
div.DivClassName
{
background-color: #608B25;
}
.BgClassName
{
background-color: #608B25;
}
</style>
border-color css
<style>
span { border-color: #608B25; }
span { border-color: rgb(96,139,37); }
td.TdClassName
{
border-color: #608B25;
}
.TagClassName
{
border-color: #608B25;
}
</style>