Shades of Vida Loca #5F8736
Tints of Vida Loca #5F8736
RGB
CMYK
RGB Variations
Color information
#5F8736 (or 0x5F8736) is known color: Vida Loca. HEX triplet: 5F, 87 and 36. RGB value is (95,135,54). Sum of RGB (Red+Green+Blue) = 95+135+54=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8736 is #A078C9. Grayscale: #727272. Windows color (decimal): -10516682 or 3573599. OLE color: 3573599.
HSL color Cylindrical-coordinate representation of color #5F8736: hue angle of 89.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F8736 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 54 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.47 |
| HSL | 89.63º | 0.43% | 0.37% | - |
| HSV(B) | 89.63º | 0.6% | 0.53% | - |
| XYZ | 14.05 | 20.03 | 6.62 | - |
| YUV | 113.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 54 | 0.30 | 0 | 0.60 | 0.47 | 89.63 | 0.43 | 0.37 |
| Hex | 5F | 87 | 36 | 1E | 0 | 3C | 2F | 5A | 2B | 25 |
| Octal | 137 | 207 | 66 | 36 | 0 | 74 | 57 | 132 | 53 | 45 |
| Binary | 1011111 | 10000111 | 110110 | 11110 | 0 | 111100 | 101111 | 1011010 | 101011 | 100101 |
Color Harmonies of #5F8736
Complementary color
Monochromatic Colors of #5F8736
Black with #5F8736
Text Example
Text Example
White with #5F8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8736; }
p { color: rgb(95,135,54); }
H1.HeaderClassName
{
color: #5F8736;
}
.AnyTagClassName
{
color: #5F8736;
}
</style>
background-color css
<style>
a { background-color: #5F8736; }
a { background-color: rgb(95,135,54); }
div.DivClassName
{
background-color: #5F8736;
}
.BgClassName
{
background-color: #5F8736;
}
</style>
border-color css
<style>
span { border-color: #5F8736; }
span { border-color: rgb(95,135,54); }
td.TdClassName
{
border-color: #5F8736;
}
.TagClassName
{
border-color: #5F8736;
}
</style>