Shades of Hippie Green #60A25B
Tints of Hippie Green #60A25B
RGB
CMYK
RGB Variations
Color information
#60A25B (or 0x60A25B) is known color: Hippie Green. HEX triplet: 60, A2 and 5B. RGB value is (96,162,91). Sum of RGB (Red+Green+Blue) = 96+162+91=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #60A25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A25B is #9F5DA4. Grayscale: #868686. Windows color (decimal): -10444197 or 6005344. OLE color: 6005344.
HSL color Cylindrical-coordinate representation of color #60A25B: hue angle of 115.77º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60A25B is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 162 | 91 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.36 |
| HSL | 115.77º | 0.28% | 0.5% | - |
| HSV(B) | 115.77º | 0.44% | 0.64% | - |
| XYZ | 19.63 | 29.08 | 14.48 | - |
| YUV | 134.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 91 | 0.41 | 0 | 0.44 | 0.36 | 115.77 | 0.28 | 0.5 |
| Hex | 60 | A2 | 5B | 29 | 0 | 2C | 24 | 74 | 1C | 32 |
| Octal | 140 | 242 | 133 | 51 | 0 | 54 | 44 | 164 | 34 | 62 |
| Binary | 1100000 | 10100010 | 1011011 | 101001 | 0 | 101100 | 100100 | 1110100 | 11100 | 110010 |
Color Harmonies of #60A25B
Complementary color
Monochromatic Colors of #60A25B
Black with #60A25B
Text Example
Text Example
White with #60A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A25B; }
p { color: rgb(96,162,91); }
H1.HeaderClassName
{
color: #60A25B;
}
.AnyTagClassName
{
color: #60A25B;
}
</style>
background-color css
<style>
a { background-color: #60A25B; }
a { background-color: rgb(96,162,91); }
div.DivClassName
{
background-color: #60A25B;
}
.BgClassName
{
background-color: #60A25B;
}
</style>
border-color css
<style>
span { border-color: #60A25B; }
span { border-color: rgb(96,162,91); }
td.TdClassName
{
border-color: #60A25B;
}
.TagClassName
{
border-color: #60A25B;
}
</style>