Shades of Hippie Green #60A359
Tints of Hippie Green #60A359
RGB
CMYK
RGB Variations
Color information
#60A359 (or 0x60A359) is known color: Hippie Green. HEX triplet: 60, A3 and 59. RGB value is (96,163,89). Sum of RGB (Red+Green+Blue) = 96+163+89=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #60A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A359 is #9F5CA6. Grayscale: #868686. Windows color (decimal): -10443943 or 5874528. OLE color: 5874528.
HSL color Cylindrical-coordinate representation of color #60A359: hue angle of 114.32º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A359 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 89 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.36 |
| HSL | 114.32º | 0.29% | 0.49% | - |
| HSV(B) | 114.32º | 0.45% | 0.64% | - |
| XYZ | 19.72 | 29.4 | 14.09 | - |
| YUV | 134.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 89 | 0.41 | 0 | 0.45 | 0.36 | 114.32 | 0.29 | 0.49 |
| Hex | 60 | A3 | 59 | 29 | 0 | 2D | 24 | 72 | 1D | 31 |
| Octal | 140 | 243 | 131 | 51 | 0 | 55 | 44 | 162 | 35 | 61 |
| Binary | 1100000 | 10100011 | 1011001 | 101001 | 0 | 101101 | 100100 | 1110010 | 11101 | 110001 |
Color Harmonies of #60A359
Complementary color
Monochromatic Colors of #60A359
Black with #60A359
Text Example
Text Example
White with #60A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A359; }
p { color: rgb(96,163,89); }
H1.HeaderClassName
{
color: #60A359;
}
.AnyTagClassName
{
color: #60A359;
}
</style>
background-color css
<style>
a { background-color: #60A359; }
a { background-color: rgb(96,163,89); }
div.DivClassName
{
background-color: #60A359;
}
.BgClassName
{
background-color: #60A359;
}
</style>
border-color css
<style>
span { border-color: #60A359; }
span { border-color: rgb(96,163,89); }
td.TdClassName
{
border-color: #60A359;
}
.TagClassName
{
border-color: #60A359;
}
</style>