Shades of Vida Loca #698C35
Tints of Vida Loca #698C35
RGB
CMYK
RGB Variations
Color information
#698C35 (or 0x698C35) is known color: Vida Loca. HEX triplet: 69, 8C and 35. RGB value is (105,140,53). Sum of RGB (Red+Green+Blue) = 105+140+53=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #698C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C35 is #9673CA. Grayscale: #777777. Windows color (decimal): -9860043 or 3509353. OLE color: 3509353.
HSL color Cylindrical-coordinate representation of color #698C35: hue angle of 84.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #698C35 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 53 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.45 |
| HSL | 84.14º | 0.45% | 0.38% | - |
| HSV(B) | 84.14º | 0.62% | 0.55% | - |
| XYZ | 15.85 | 22.02 | 6.78 | - |
| YUV | 119.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 53 | 0.25 | 0 | 0.62 | 0.45 | 84.14 | 0.45 | 0.38 |
| Hex | 69 | 8C | 35 | 19 | 0 | 3E | 2D | 54 | 2D | 26 |
| Octal | 151 | 214 | 65 | 31 | 0 | 76 | 55 | 124 | 55 | 46 |
| Binary | 1101001 | 10001100 | 110101 | 11001 | 0 | 111110 | 101101 | 1010100 | 101101 | 100110 |
Color Harmonies of #698C35
Complementary color
Monochromatic Colors of #698C35
Black with #698C35
Text Example
Text Example
White with #698C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C35; }
p { color: rgb(105,140,53); }
H1.HeaderClassName
{
color: #698C35;
}
.AnyTagClassName
{
color: #698C35;
}
</style>
background-color css
<style>
a { background-color: #698C35; }
a { background-color: rgb(105,140,53); }
div.DivClassName
{
background-color: #698C35;
}
.BgClassName
{
background-color: #698C35;
}
</style>
border-color css
<style>
span { border-color: #698C35; }
span { border-color: rgb(105,140,53); }
td.TdClassName
{
border-color: #698C35;
}
.TagClassName
{
border-color: #698C35;
}
</style>