Shades of Hippie Green #60915B
Tints of Hippie Green #60915B
RGB
CMYK
RGB Variations
Color information
#60915B (or 0x60915B) is known color: Hippie Green. HEX triplet: 60, 91 and 5B. RGB value is (96,145,91). Sum of RGB (Red+Green+Blue) = 96+145+91=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #60915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60915B is #9F6EA4. Grayscale: #7C7C7C. Windows color (decimal): -10448549 or 6000992. OLE color: 6000992.
HSL color Cylindrical-coordinate representation of color #60915B: hue angle of 114.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60915B is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 91 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.43 |
| HSL | 114.44º | 0.23% | 0.46% | - |
| HSV(B) | 114.44º | 0.37% | 0.57% | - |
| XYZ | 16.84 | 23.49 | 13.54 | - |
| YUV | 124.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 91 | 0.34 | 0 | 0.37 | 0.43 | 114.44 | 0.23 | 0.46 |
| Hex | 60 | 91 | 5B | 22 | 0 | 25 | 2B | 72 | 17 | 2E |
| Octal | 140 | 221 | 133 | 42 | 0 | 45 | 53 | 162 | 27 | 56 |
| Binary | 1100000 | 10010001 | 1011011 | 100010 | 0 | 100101 | 101011 | 1110010 | 10111 | 101110 |
Color Harmonies of #60915B
Complementary color
Monochromatic Colors of #60915B
Black with #60915B
Text Example
Text Example
White with #60915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60915B; }
p { color: rgb(96,145,91); }
H1.HeaderClassName
{
color: #60915B;
}
.AnyTagClassName
{
color: #60915B;
}
</style>
background-color css
<style>
a { background-color: #60915B; }
a { background-color: rgb(96,145,91); }
div.DivClassName
{
background-color: #60915B;
}
.BgClassName
{
background-color: #60915B;
}
</style>
border-color css
<style>
span { border-color: #60915B; }
span { border-color: rgb(96,145,91); }
td.TdClassName
{
border-color: #60915B;
}
.TagClassName
{
border-color: #60915B;
}
</style>