Shades of Hippie Green #60A35C
Tints of Hippie Green #60A35C
RGB
CMYK
RGB Variations
Color information
#60A35C (or 0x60A35C) is known color: Hippie Green. HEX triplet: 60, A3 and 5C. RGB value is (96,163,92). Sum of RGB (Red+Green+Blue) = 96+163+92=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #60A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A35C is #9F5CA3. Grayscale: #878787. Windows color (decimal): -10443940 or 6071136. OLE color: 6071136.
HSL color Cylindrical-coordinate representation of color #60A35C: hue angle of 116.62º 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 #60A35C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 92 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.36 |
| HSL | 116.62º | 0.28% | 0.5% | - |
| HSV(B) | 116.62º | 0.44% | 0.64% | - |
| XYZ | 19.85 | 29.45 | 14.76 | - |
| YUV | 134.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 92 | 0.41 | 0 | 0.44 | 0.36 | 116.62 | 0.28 | 0.5 |
| Hex | 60 | A3 | 5C | 29 | 0 | 2C | 24 | 75 | 1C | 32 |
| Octal | 140 | 243 | 134 | 51 | 0 | 54 | 44 | 165 | 34 | 62 |
| Binary | 1100000 | 10100011 | 1011100 | 101001 | 0 | 101100 | 100100 | 1110101 | 11100 | 110010 |
Color Harmonies of #60A35C
Complementary color
Monochromatic Colors of #60A35C
Black with #60A35C
Text Example
Text Example
White with #60A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A35C; }
p { color: rgb(96,163,92); }
H1.HeaderClassName
{
color: #60A35C;
}
.AnyTagClassName
{
color: #60A35C;
}
</style>
background-color css
<style>
a { background-color: #60A35C; }
a { background-color: rgb(96,163,92); }
div.DivClassName
{
background-color: #60A35C;
}
.BgClassName
{
background-color: #60A35C;
}
</style>
border-color css
<style>
span { border-color: #60A35C; }
span { border-color: rgb(96,163,92); }
td.TdClassName
{
border-color: #60A35C;
}
.TagClassName
{
border-color: #60A35C;
}
</style>