Shades of Hippie Green #60955C
Tints of Hippie Green #60955C
RGB
CMYK
RGB Variations
Color information
#60955C (or 0x60955C) is known color: Hippie Green. HEX triplet: 60, 95 and 5C. RGB value is (96,149,92). Sum of RGB (Red+Green+Blue) = 96+149+92=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #60955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60955C is #9F6AA3. Grayscale: #7E7E7E. Windows color (decimal): -10447524 or 6067552. OLE color: 6067552.
HSL color Cylindrical-coordinate representation of color #60955C: hue angle of 115.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60955C is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 92 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.42 |
| HSL | 115.79º | 0.24% | 0.47% | - |
| HSV(B) | 115.79º | 0.38% | 0.58% | - |
| XYZ | 17.5 | 24.75 | 13.98 | - |
| YUV | 126.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 92 | 0.36 | 0 | 0.38 | 0.42 | 115.79 | 0.24 | 0.47 |
| Hex | 60 | 95 | 5C | 24 | 0 | 26 | 2A | 74 | 18 | 2F |
| Octal | 140 | 225 | 134 | 44 | 0 | 46 | 52 | 164 | 30 | 57 |
| Binary | 1100000 | 10010101 | 1011100 | 100100 | 0 | 100110 | 101010 | 1110100 | 11000 | 101111 |
Color Harmonies of #60955C
Complementary color
Monochromatic Colors of #60955C
Black with #60955C
Text Example
Text Example
White with #60955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60955C; }
p { color: rgb(96,149,92); }
H1.HeaderClassName
{
color: #60955C;
}
.AnyTagClassName
{
color: #60955C;
}
</style>
background-color css
<style>
a { background-color: #60955C; }
a { background-color: rgb(96,149,92); }
div.DivClassName
{
background-color: #60955C;
}
.BgClassName
{
background-color: #60955C;
}
</style>
border-color css
<style>
span { border-color: #60955C; }
span { border-color: rgb(96,149,92); }
td.TdClassName
{
border-color: #60955C;
}
.TagClassName
{
border-color: #60955C;
}
</style>