Shades of Hippie Green #60885A
Tints of Hippie Green #60885A
RGB
CMYK
RGB Variations
Color information
#60885A (or 0x60885A) is known color: Hippie Green. HEX triplet: 60, 88 and 5A. RGB value is (96,136,90). Sum of RGB (Red+Green+Blue) = 96+136+90=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #60885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60885A is #9F77A5. Grayscale: #767676. Windows color (decimal): -10450854 or 5933152. OLE color: 5933152.
HSL color Cylindrical-coordinate representation of color #60885A: hue angle of 112.17º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60885A is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 90 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.47 |
| HSL | 112.17º | 0.2% | 0.44% | - |
| HSV(B) | 112.17º | 0.34% | 0.53% | - |
| XYZ | 15.47 | 20.83 | 12.88 | - |
| YUV | 118.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 90 | 0.29 | 0 | 0.34 | 0.47 | 112.17 | 0.2 | 0.44 |
| Hex | 60 | 88 | 5A | 1D | 0 | 22 | 2F | 70 | 14 | 2C |
| Octal | 140 | 210 | 132 | 35 | 0 | 42 | 57 | 160 | 24 | 54 |
| Binary | 1100000 | 10001000 | 1011010 | 11101 | 0 | 100010 | 101111 | 1110000 | 10100 | 101100 |
Color Harmonies of #60885A
Complementary color
Monochromatic Colors of #60885A
Black with #60885A
Text Example
Text Example
White with #60885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60885A; }
p { color: rgb(96,136,90); }
H1.HeaderClassName
{
color: #60885A;
}
.AnyTagClassName
{
color: #60885A;
}
</style>
background-color css
<style>
a { background-color: #60885A; }
a { background-color: rgb(96,136,90); }
div.DivClassName
{
background-color: #60885A;
}
.BgClassName
{
background-color: #60885A;
}
</style>
border-color css
<style>
span { border-color: #60885A; }
span { border-color: rgb(96,136,90); }
td.TdClassName
{
border-color: #60885A;
}
.TagClassName
{
border-color: #60885A;
}
</style>