Shades of Vida Loca #628F2F
Tints of Vida Loca #628F2F
RGB
CMYK
RGB Variations
Color information
#628F2F (or 0x628F2F) is known color: Vida Loca. HEX triplet: 62, 8F and 2F. RGB value is (98,143,47). Sum of RGB (Red+Green+Blue) = 98+143+47=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #628F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628F2F is #9D70D0. Grayscale: #767676. Windows color (decimal): -10318033 or 3116898. OLE color: 3116898.
HSL color Cylindrical-coordinate representation of color #628F2F: hue angle of 88.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #628F2F is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 47 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.44 |
| HSL | 88.13º | 0.51% | 0.37% | - |
| HSV(B) | 88.13º | 0.67% | 0.56% | - |
| XYZ | 15.37 | 22.45 | 6.21 | - |
| YUV | 118.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 47 | 0.31 | 0 | 0.67 | 0.44 | 88.13 | 0.51 | 0.37 |
| Hex | 62 | 8F | 2F | 1F | 0 | 43 | 2C | 58 | 33 | 25 |
| Octal | 142 | 217 | 57 | 37 | 0 | 103 | 54 | 130 | 63 | 45 |
| Binary | 1100010 | 10001111 | 101111 | 11111 | 0 | 1000011 | 101100 | 1011000 | 110011 | 100101 |
Color Harmonies of #628F2F
Complementary color
Monochromatic Colors of #628F2F
Black with #628F2F
Text Example
Text Example
White with #628F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F2F; }
p { color: rgb(98,143,47); }
H1.HeaderClassName
{
color: #628F2F;
}
.AnyTagClassName
{
color: #628F2F;
}
</style>
background-color css
<style>
a { background-color: #628F2F; }
a { background-color: rgb(98,143,47); }
div.DivClassName
{
background-color: #628F2F;
}
.BgClassName
{
background-color: #628F2F;
}
</style>
border-color css
<style>
span { border-color: #628F2F; }
span { border-color: rgb(98,143,47); }
td.TdClassName
{
border-color: #628F2F;
}
.TagClassName
{
border-color: #628F2F;
}
</style>