Shades of Hippie Green #60A25D
Tints of Hippie Green #60A25D
RGB
CMYK
RGB Variations
Color information
#60A25D (or 0x60A25D) is known color: Hippie Green. HEX triplet: 60, A2 and 5D. RGB value is (96,162,93). Sum of RGB (Red+Green+Blue) = 96+162+93=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #60A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A25D is #9F5DA2. Grayscale: #868686. Windows color (decimal): -10444195 or 6136416. OLE color: 6136416.
HSL color Cylindrical-coordinate representation of color #60A25D: hue angle of 117.39º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A25D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 162 | 93 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.36 |
| HSL | 117.39º | 0.27% | 0.5% | - |
| HSV(B) | 117.39º | 0.43% | 0.64% | - |
| XYZ | 19.72 | 29.12 | 14.94 | - |
| YUV | 134.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 93 | 0.41 | 0 | 0.43 | 0.36 | 117.39 | 0.27 | 0.5 |
| Hex | 60 | A2 | 5D | 29 | 0 | 2B | 24 | 75 | 1B | 32 |
| Octal | 140 | 242 | 135 | 51 | 0 | 53 | 44 | 165 | 33 | 62 |
| Binary | 1100000 | 10100010 | 1011101 | 101001 | 0 | 101011 | 100100 | 1110101 | 11011 | 110010 |
Color Harmonies of #60A25D
Complementary color
Monochromatic Colors of #60A25D
Black with #60A25D
Text Example
Text Example
White with #60A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A25D; }
p { color: rgb(96,162,93); }
H1.HeaderClassName
{
color: #60A25D;
}
.AnyTagClassName
{
color: #60A25D;
}
</style>
background-color css
<style>
a { background-color: #60A25D; }
a { background-color: rgb(96,162,93); }
div.DivClassName
{
background-color: #60A25D;
}
.BgClassName
{
background-color: #60A25D;
}
</style>
border-color css
<style>
span { border-color: #60A25D; }
span { border-color: rgb(96,162,93); }
td.TdClassName
{
border-color: #60A25D;
}
.TagClassName
{
border-color: #60A25D;
}
</style>