Shades of Vida Loca #66952F
Tints of Vida Loca #66952F
RGB
CMYK
RGB Variations
Color information
#66952F (or 0x66952F) is known color: Vida Loca. HEX triplet: 66, 95 and 2F. RGB value is (102,149,47). Sum of RGB (Red+Green+Blue) = 102+149+47=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #66952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66952F is #996AD0. Grayscale: #7B7B7B. Windows color (decimal): -10054353 or 3118438. OLE color: 3118438.
HSL color Cylindrical-coordinate representation of color #66952F: hue angle of 87.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66952F is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 47 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.42 |
| HSL | 87.65º | 0.52% | 0.38% | - |
| HSV(B) | 87.65º | 0.68% | 0.58% | - |
| XYZ | 16.74 | 24.52 | 6.54 | - |
| YUV | 123.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 47 | 0.32 | 0 | 0.68 | 0.42 | 87.65 | 0.52 | 0.38 |
| Hex | 66 | 95 | 2F | 20 | 0 | 44 | 2A | 58 | 34 | 26 |
| Octal | 146 | 225 | 57 | 40 | 0 | 104 | 52 | 130 | 64 | 46 |
| Binary | 1100110 | 10010101 | 101111 | 100000 | 0 | 1000100 | 101010 | 1011000 | 110100 | 100110 |
Color Harmonies of #66952F
Complementary color
Monochromatic Colors of #66952F
Black with #66952F
Text Example
Text Example
White with #66952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66952F; }
p { color: rgb(102,149,47); }
H1.HeaderClassName
{
color: #66952F;
}
.AnyTagClassName
{
color: #66952F;
}
</style>
background-color css
<style>
a { background-color: #66952F; }
a { background-color: rgb(102,149,47); }
div.DivClassName
{
background-color: #66952F;
}
.BgClassName
{
background-color: #66952F;
}
</style>
border-color css
<style>
span { border-color: #66952F; }
span { border-color: rgb(102,149,47); }
td.TdClassName
{
border-color: #66952F;
}
.TagClassName
{
border-color: #66952F;
}
</style>