Shades of Vida Loca #628A2F
Tints of Vida Loca #628A2F
RGB
CMYK
RGB Variations
Color information
#628A2F (or 0x628A2F) is known color: Vida Loca. HEX triplet: 62, 8A and 2F. RGB value is (98,138,47). Sum of RGB (Red+Green+Blue) = 98+138+47=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #628A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A2F is #9D75D0. Grayscale: #737373. Windows color (decimal): -10319313 or 3115618. OLE color: 3115618.
HSL color Cylindrical-coordinate representation of color #628A2F: hue angle of 86.37º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #628A2F is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 47 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.46 |
| HSL | 86.37º | 0.49% | 0.36% | - |
| HSV(B) | 86.37º | 0.66% | 0.54% | - |
| XYZ | 14.64 | 20.98 | 5.97 | - |
| YUV | 115.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 47 | 0.29 | 0 | 0.66 | 0.46 | 86.37 | 0.49 | 0.36 |
| Hex | 62 | 8A | 2F | 1D | 0 | 42 | 2E | 56 | 31 | 24 |
| Octal | 142 | 212 | 57 | 35 | 0 | 102 | 56 | 126 | 61 | 44 |
| Binary | 1100010 | 10001010 | 101111 | 11101 | 0 | 1000010 | 101110 | 1010110 | 110001 | 100100 |
Color Harmonies of #628A2F
Complementary color
Monochromatic Colors of #628A2F
Black with #628A2F
Text Example
Text Example
White with #628A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A2F; }
p { color: rgb(98,138,47); }
H1.HeaderClassName
{
color: #628A2F;
}
.AnyTagClassName
{
color: #628A2F;
}
</style>
background-color css
<style>
a { background-color: #628A2F; }
a { background-color: rgb(98,138,47); }
div.DivClassName
{
background-color: #628A2F;
}
.BgClassName
{
background-color: #628A2F;
}
</style>
border-color css
<style>
span { border-color: #628A2F; }
span { border-color: rgb(98,138,47); }
td.TdClassName
{
border-color: #628A2F;
}
.TagClassName
{
border-color: #628A2F;
}
</style>