Shades of Vida Loca #628D2F
Tints of Vida Loca #628D2F
RGB
CMYK
RGB Variations
Color information
#628D2F (or 0x628D2F) is known color: Vida Loca. HEX triplet: 62, 8D and 2F. RGB value is (98,141,47). Sum of RGB (Red+Green+Blue) = 98+141+47=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #628D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D2F is #9D72D0. Grayscale: #757575. Windows color (decimal): -10318545 or 3116386. OLE color: 3116386.
HSL color Cylindrical-coordinate representation of color #628D2F: hue angle of 87.45º degrees, saturation: 0.5, 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 #628D2F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 47 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.45 |
| HSL | 87.45º | 0.5% | 0.37% | - |
| HSV(B) | 87.45º | 0.67% | 0.55% | - |
| XYZ | 15.07 | 21.85 | 6.11 | - |
| YUV | 117.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 47 | 0.30 | 0 | 0.67 | 0.45 | 87.45 | 0.5 | 0.37 |
| Hex | 62 | 8D | 2F | 1E | 0 | 43 | 2D | 57 | 32 | 25 |
| Octal | 142 | 215 | 57 | 36 | 0 | 103 | 55 | 127 | 62 | 45 |
| Binary | 1100010 | 10001101 | 101111 | 11110 | 0 | 1000011 | 101101 | 1010111 | 110010 | 100101 |
Color Harmonies of #628D2F
Complementary color
Monochromatic Colors of #628D2F
Black with #628D2F
Text Example
Text Example
White with #628D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D2F; }
p { color: rgb(98,141,47); }
H1.HeaderClassName
{
color: #628D2F;
}
.AnyTagClassName
{
color: #628D2F;
}
</style>
background-color css
<style>
a { background-color: #628D2F; }
a { background-color: rgb(98,141,47); }
div.DivClassName
{
background-color: #628D2F;
}
.BgClassName
{
background-color: #628D2F;
}
</style>
border-color css
<style>
span { border-color: #628D2F; }
span { border-color: rgb(98,141,47); }
td.TdClassName
{
border-color: #628D2F;
}
.TagClassName
{
border-color: #628D2F;
}
</style>