Shades of Hippie Green #60964D
Tints of Hippie Green #60964D
RGB
CMYK
RGB Variations
Color information
#60964D (or 0x60964D) is known color: Hippie Green. HEX triplet: 60, 96 and 4D. RGB value is (96,150,77). Sum of RGB (Red+Green+Blue) = 96+150+77=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #60964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60964D is #9F69B2. Grayscale: #7D7D7D. Windows color (decimal): -10447283 or 5084768. OLE color: 5084768.
HSL color Cylindrical-coordinate representation of color #60964D: hue angle of 104.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60964D is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 150 | 77 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.41 |
| HSL | 104.38º | 0.32% | 0.45% | - |
| HSV(B) | 104.38º | 0.49% | 0.59% | - |
| XYZ | 17.07 | 24.84 | 10.92 | - |
| YUV | 125.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 77 | 0.36 | 0 | 0.49 | 0.41 | 104.38 | 0.32 | 0.45 |
| Hex | 60 | 96 | 4D | 24 | 0 | 31 | 29 | 68 | 20 | 2D |
| Octal | 140 | 226 | 115 | 44 | 0 | 61 | 51 | 150 | 40 | 55 |
| Binary | 1100000 | 10010110 | 1001101 | 100100 | 0 | 110001 | 101001 | 1101000 | 100000 | 101101 |
Color Harmonies of #60964D
Complementary color
Monochromatic Colors of #60964D
Black with #60964D
Text Example
Text Example
White with #60964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60964D; }
p { color: rgb(96,150,77); }
H1.HeaderClassName
{
color: #60964D;
}
.AnyTagClassName
{
color: #60964D;
}
</style>
background-color css
<style>
a { background-color: #60964D; }
a { background-color: rgb(96,150,77); }
div.DivClassName
{
background-color: #60964D;
}
.BgClassName
{
background-color: #60964D;
}
</style>
border-color css
<style>
span { border-color: #60964D; }
span { border-color: rgb(96,150,77); }
td.TdClassName
{
border-color: #60964D;
}
.TagClassName
{
border-color: #60964D;
}
</style>