Shades of Hippie Green #60915F
Tints of Hippie Green #60915F
RGB
CMYK
RGB Variations
Color information
#60915F (or 0x60915F) is known color: Hippie Green. HEX triplet: 60, 91 and 5F. RGB value is (96,145,95). Sum of RGB (Red+Green+Blue) = 96+145+95=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #60915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60915F is #9F6EA0. Grayscale: #7C7C7C. Windows color (decimal): -10448545 or 6263136. OLE color: 6263136.
HSL color Cylindrical-coordinate representation of color #60915F: hue angle of 118.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60915F is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 95 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.43 |
| HSL | 118.8º | 0.21% | 0.47% | - |
| HSV(B) | 118.8º | 0.34% | 0.57% | - |
| XYZ | 17.01 | 23.56 | 14.48 | - |
| YUV | 124.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 95 | 0.34 | 0 | 0.34 | 0.43 | 118.8 | 0.21 | 0.47 |
| Hex | 60 | 91 | 5F | 22 | 0 | 22 | 2B | 77 | 15 | 2F |
| Octal | 140 | 221 | 137 | 42 | 0 | 42 | 53 | 167 | 25 | 57 |
| Binary | 1100000 | 10010001 | 1011111 | 100010 | 0 | 100010 | 101011 | 1110111 | 10101 | 101111 |
Color Harmonies of #60915F
Complementary color
Monochromatic Colors of #60915F
Black with #60915F
Text Example
Text Example
White with #60915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60915F; }
p { color: rgb(96,145,95); }
H1.HeaderClassName
{
color: #60915F;
}
.AnyTagClassName
{
color: #60915F;
}
</style>
background-color css
<style>
a { background-color: #60915F; }
a { background-color: rgb(96,145,95); }
div.DivClassName
{
background-color: #60915F;
}
.BgClassName
{
background-color: #60915F;
}
</style>
border-color css
<style>
span { border-color: #60915F; }
span { border-color: rgb(96,145,95); }
td.TdClassName
{
border-color: #60915F;
}
.TagClassName
{
border-color: #60915F;
}
</style>