Shades of Vida Loca #628F2C
Tints of Vida Loca #628F2C
RGB
CMYK
RGB Variations
Color information
#628F2C (or 0x628F2C) is known color: Vida Loca. HEX triplet: 62, 8F and 2C. RGB value is (98,143,44). Sum of RGB (Red+Green+Blue) = 98+143+44=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #628F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628F2C is #9D70D3. Grayscale: #767676. Windows color (decimal): -10318036 or 2920290. OLE color: 2920290.
HSL color Cylindrical-coordinate representation of color #628F2C: hue angle of 87.27º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #628F2C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 44 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.44 |
| HSL | 87.27º | 0.53% | 0.37% | - |
| HSV(B) | 87.27º | 0.69% | 0.56% | - |
| XYZ | 15.31 | 22.42 | 5.9 | - |
| YUV | 118.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 44 | 0.31 | 0 | 0.69 | 0.44 | 87.27 | 0.53 | 0.37 |
| Hex | 62 | 8F | 2C | 1F | 0 | 45 | 2C | 57 | 35 | 25 |
| Octal | 142 | 217 | 54 | 37 | 0 | 105 | 54 | 127 | 65 | 45 |
| Binary | 1100010 | 10001111 | 101100 | 11111 | 0 | 1000101 | 101100 | 1010111 | 110101 | 100101 |
Color Harmonies of #628F2C
Complementary color
Monochromatic Colors of #628F2C
Black with #628F2C
Text Example
Text Example
White with #628F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F2C; }
p { color: rgb(98,143,44); }
H1.HeaderClassName
{
color: #628F2C;
}
.AnyTagClassName
{
color: #628F2C;
}
</style>
background-color css
<style>
a { background-color: #628F2C; }
a { background-color: rgb(98,143,44); }
div.DivClassName
{
background-color: #628F2C;
}
.BgClassName
{
background-color: #628F2C;
}
</style>
border-color css
<style>
span { border-color: #628F2C; }
span { border-color: rgb(98,143,44); }
td.TdClassName
{
border-color: #628F2C;
}
.TagClassName
{
border-color: #628F2C;
}
</style>