Shades of Hippie Green #60895A
Tints of Hippie Green #60895A
RGB
CMYK
RGB Variations
Color information
#60895A (or 0x60895A) is known color: Hippie Green. HEX triplet: 60, 89 and 5A. RGB value is (96,137,90). Sum of RGB (Red+Green+Blue) = 96+137+90=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #60895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60895A is #9F76A5. Grayscale: #777777. Windows color (decimal): -10450598 or 5933408. OLE color: 5933408.
HSL color Cylindrical-coordinate representation of color #60895A: hue angle of 112.34º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60895A is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 90 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.46 |
| HSL | 112.34º | 0.21% | 0.45% | - |
| HSV(B) | 112.34º | 0.34% | 0.54% | - |
| XYZ | 15.62 | 21.12 | 12.93 | - |
| YUV | 119.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 90 | 0.30 | 0 | 0.34 | 0.46 | 112.34 | 0.21 | 0.45 |
| Hex | 60 | 89 | 5A | 1E | 0 | 22 | 2E | 70 | 15 | 2D |
| Octal | 140 | 211 | 132 | 36 | 0 | 42 | 56 | 160 | 25 | 55 |
| Binary | 1100000 | 10001001 | 1011010 | 11110 | 0 | 100010 | 101110 | 1110000 | 10101 | 101101 |
Color Harmonies of #60895A
Complementary color
Monochromatic Colors of #60895A
Black with #60895A
Text Example
Text Example
White with #60895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60895A; }
p { color: rgb(96,137,90); }
H1.HeaderClassName
{
color: #60895A;
}
.AnyTagClassName
{
color: #60895A;
}
</style>
background-color css
<style>
a { background-color: #60895A; }
a { background-color: rgb(96,137,90); }
div.DivClassName
{
background-color: #60895A;
}
.BgClassName
{
background-color: #60895A;
}
</style>
border-color css
<style>
span { border-color: #60895A; }
span { border-color: rgb(96,137,90); }
td.TdClassName
{
border-color: #60895A;
}
.TagClassName
{
border-color: #60895A;
}
</style>