Shades of Vida Loca #698D37
Tints of Vida Loca #698D37
RGB
CMYK
RGB Variations
Color information
#698D37 (or 0x698D37) is known color: Vida Loca. HEX triplet: 69, 8D and 37. RGB value is (105,141,55). Sum of RGB (Red+Green+Blue) = 105+141+55=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #698D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D37 is #9672C8. Grayscale: #787878. Windows color (decimal): -9859785 or 3640681. OLE color: 3640681.
HSL color Cylindrical-coordinate representation of color #698D37: hue angle of 85.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698D37 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 55 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.45 |
| HSL | 85.12º | 0.44% | 0.38% | - |
| HSV(B) | 85.12º | 0.61% | 0.55% | - |
| XYZ | 16.04 | 22.33 | 7.08 | - |
| YUV | 120.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 55 | 0.26 | 0 | 0.61 | 0.45 | 85.12 | 0.44 | 0.38 |
| Hex | 69 | 8D | 37 | 1A | 0 | 3D | 2D | 55 | 2C | 26 |
| Octal | 151 | 215 | 67 | 32 | 0 | 75 | 55 | 125 | 54 | 46 |
| Binary | 1101001 | 10001101 | 110111 | 11010 | 0 | 111101 | 101101 | 1010101 | 101100 | 100110 |
Color Harmonies of #698D37
Complementary color
Monochromatic Colors of #698D37
Black with #698D37
Text Example
Text Example
White with #698D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D37; }
p { color: rgb(105,141,55); }
H1.HeaderClassName
{
color: #698D37;
}
.AnyTagClassName
{
color: #698D37;
}
</style>
background-color css
<style>
a { background-color: #698D37; }
a { background-color: rgb(105,141,55); }
div.DivClassName
{
background-color: #698D37;
}
.BgClassName
{
background-color: #698D37;
}
</style>
border-color css
<style>
span { border-color: #698D37; }
span { border-color: rgb(105,141,55); }
td.TdClassName
{
border-color: #698D37;
}
.TagClassName
{
border-color: #698D37;
}
</style>