Shades of Vida Loca #607F2F
Tints of Vida Loca #607F2F
RGB
CMYK
RGB Variations
Color information
#607F2F (or 0x607F2F) is known color: Vida Loca. HEX triplet: 60, 7F and 2F. RGB value is (96,127,47). Sum of RGB (Red+Green+Blue) = 96+127+47=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #607F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F2F is #9F80D0. Grayscale: #6C6C6C. Windows color (decimal): -10453201 or 3112800. OLE color: 3112800.
HSL color Cylindrical-coordinate representation of color #607F2F: hue angle of 83.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #607F2F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 47 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.50 |
| HSL | 83.25º | 0.46% | 0.34% | - |
| HSV(B) | 83.25º | 0.63% | 0.5% | - |
| XYZ | 12.93 | 17.87 | 5.46 | - |
| YUV | 108.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 47 | 0.24 | 0 | 0.63 | 0.50 | 83.25 | 0.46 | 0.34 |
| Hex | 60 | 7F | 2F | 18 | 0 | 3F | 32 | 53 | 2E | 22 |
| Octal | 140 | 177 | 57 | 30 | 0 | 77 | 62 | 123 | 56 | 42 |
| Binary | 1100000 | 1111111 | 101111 | 11000 | 0 | 111111 | 110010 | 1010011 | 101110 | 100010 |
Color Harmonies of #607F2F
Complementary color
Monochromatic Colors of #607F2F
Black with #607F2F
Text Example
Text Example
White with #607F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F2F; }
p { color: rgb(96,127,47); }
H1.HeaderClassName
{
color: #607F2F;
}
.AnyTagClassName
{
color: #607F2F;
}
</style>
background-color css
<style>
a { background-color: #607F2F; }
a { background-color: rgb(96,127,47); }
div.DivClassName
{
background-color: #607F2F;
}
.BgClassName
{
background-color: #607F2F;
}
</style>
border-color css
<style>
span { border-color: #607F2F; }
span { border-color: rgb(96,127,47); }
td.TdClassName
{
border-color: #607F2F;
}
.TagClassName
{
border-color: #607F2F;
}
</style>