Shades of Vida Loca #5F892D
Tints of Vida Loca #5F892D
RGB
CMYK
RGB Variations
Color information
#5F892D (or 0x5F892D) is known color: Vida Loca. HEX triplet: 5F, 89 and 2D. RGB value is (95,137,45). Sum of RGB (Red+Green+Blue) = 95+137+45=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #5F892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F892D is #A076D2. Grayscale: #727272. Windows color (decimal): -10516179 or 2984287. OLE color: 2984287.
HSL color Cylindrical-coordinate representation of color #5F892D: hue angle of 87.39º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F892D is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 137 | 45 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.46 |
| HSL | 87.39º | 0.51% | 0.36% | - |
| HSV(B) | 87.39º | 0.67% | 0.54% | - |
| XYZ | 14.14 | 20.51 | 5.7 | - |
| YUV | 113.95 | 89.09 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 45 | 0.31 | 0 | 0.67 | 0.46 | 87.39 | 0.51 | 0.36 |
| Hex | 5F | 89 | 2D | 1F | 0 | 43 | 2E | 57 | 33 | 24 |
| Octal | 137 | 211 | 55 | 37 | 0 | 103 | 56 | 127 | 63 | 44 |
| Binary | 1011111 | 10001001 | 101101 | 11111 | 0 | 1000011 | 101110 | 1010111 | 110011 | 100100 |
Color Harmonies of #5F892D
Complementary color
Monochromatic Colors of #5F892D
Black with #5F892D
Text Example
Text Example
White with #5F892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F892D; }
p { color: rgb(95,137,45); }
H1.HeaderClassName
{
color: #5F892D;
}
.AnyTagClassName
{
color: #5F892D;
}
</style>
background-color css
<style>
a { background-color: #5F892D; }
a { background-color: rgb(95,137,45); }
div.DivClassName
{
background-color: #5F892D;
}
.BgClassName
{
background-color: #5F892D;
}
</style>
border-color css
<style>
span { border-color: #5F892D; }
span { border-color: rgb(95,137,45); }
td.TdClassName
{
border-color: #5F892D;
}
.TagClassName
{
border-color: #5F892D;
}
</style>