Shades of Vida Loca #66953A
Tints of Vida Loca #66953A
RGB
CMYK
RGB Variations
Color information
#66953A (or 0x66953A) is known color: Vida Loca. HEX triplet: 66, 95 and 3A. RGB value is (102,149,58). Sum of RGB (Red+Green+Blue) = 102+149+58=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #66953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66953A is #996AC5. Grayscale: #7C7C7C. Windows color (decimal): -10054342 or 3839334. OLE color: 3839334.
HSL color Cylindrical-coordinate representation of color #66953A: hue angle of 90.99º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66953A is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 58 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.42 |
| HSL | 90.99º | 0.44% | 0.41% | - |
| HSV(B) | 90.99º | 0.61% | 0.58% | - |
| XYZ | 16.99 | 24.63 | 7.86 | - |
| YUV | 124.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 58 | 0.32 | 0 | 0.61 | 0.42 | 90.99 | 0.44 | 0.41 |
| Hex | 66 | 95 | 3A | 20 | 0 | 3D | 2A | 5B | 2C | 29 |
| Octal | 146 | 225 | 72 | 40 | 0 | 75 | 52 | 133 | 54 | 51 |
| Binary | 1100110 | 10010101 | 111010 | 100000 | 0 | 111101 | 101010 | 1011011 | 101100 | 101001 |
Color Harmonies of #66953A
Complementary color
Monochromatic Colors of #66953A
Black with #66953A
Text Example
Text Example
White with #66953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66953A; }
p { color: rgb(102,149,58); }
H1.HeaderClassName
{
color: #66953A;
}
.AnyTagClassName
{
color: #66953A;
}
</style>
background-color css
<style>
a { background-color: #66953A; }
a { background-color: rgb(102,149,58); }
div.DivClassName
{
background-color: #66953A;
}
.BgClassName
{
background-color: #66953A;
}
</style>
border-color css
<style>
span { border-color: #66953A; }
span { border-color: rgb(102,149,58); }
td.TdClassName
{
border-color: #66953A;
}
.TagClassName
{
border-color: #66953A;
}
</style>