Shades of Hippie Green #60865C
Tints of Hippie Green #60865C
RGB
CMYK
RGB Variations
Color information
#60865C (or 0x60865C) is known color: Hippie Green. HEX triplet: 60, 86 and 5C. RGB value is (96,134,92). Sum of RGB (Red+Green+Blue) = 96+134+92=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #60865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60865C is #9F79A3. Grayscale: #757575. Windows color (decimal): -10451364 or 6063712. OLE color: 6063712.
HSL color Cylindrical-coordinate representation of color #60865C: hue angle of 114.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60865C is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 92 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.47 |
| HSL | 114.29º | 0.19% | 0.44% | - |
| HSV(B) | 114.29º | 0.31% | 0.53% | - |
| XYZ | 15.28 | 20.31 | 13.24 | - |
| YUV | 117.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 92 | 0.28 | 0 | 0.31 | 0.47 | 114.29 | 0.19 | 0.44 |
| Hex | 60 | 86 | 5C | 1C | 0 | 1F | 2F | 72 | 13 | 2C |
| Octal | 140 | 206 | 134 | 34 | 0 | 37 | 57 | 162 | 23 | 54 |
| Binary | 1100000 | 10000110 | 1011100 | 11100 | 0 | 11111 | 101111 | 1110010 | 10011 | 101100 |
Color Harmonies of #60865C
Complementary color
Monochromatic Colors of #60865C
Black with #60865C
Text Example
Text Example
White with #60865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60865C; }
p { color: rgb(96,134,92); }
H1.HeaderClassName
{
color: #60865C;
}
.AnyTagClassName
{
color: #60865C;
}
</style>
background-color css
<style>
a { background-color: #60865C; }
a { background-color: rgb(96,134,92); }
div.DivClassName
{
background-color: #60865C;
}
.BgClassName
{
background-color: #60865C;
}
</style>
border-color css
<style>
span { border-color: #60865C; }
span { border-color: rgb(96,134,92); }
td.TdClassName
{
border-color: #60865C;
}
.TagClassName
{
border-color: #60865C;
}
</style>