Shades of Hippie Green #60855F
Tints of Hippie Green #60855F
RGB
CMYK
RGB Variations
Color information
#60855F (or 0x60855F) is known color: Hippie Green. HEX triplet: 60, 85 and 5F. RGB value is (96,133,95). Sum of RGB (Red+Green+Blue) = 96+133+95=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #60855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60855F is #9F7AA0. Grayscale: #757575. Windows color (decimal): -10451617 or 6260064. OLE color: 6260064.
HSL color Cylindrical-coordinate representation of color #60855F: hue angle of 118.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60855F is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 95 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.48 |
| HSL | 118.42º | 0.17% | 0.45% | - |
| HSV(B) | 118.42º | 0.29% | 0.52% | - |
| XYZ | 15.28 | 20.09 | 13.9 | - |
| YUV | 117.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 95 | 0.28 | 0 | 0.29 | 0.48 | 118.42 | 0.17 | 0.45 |
| Hex | 60 | 85 | 5F | 1C | 0 | 1D | 30 | 76 | 11 | 2D |
| Octal | 140 | 205 | 137 | 34 | 0 | 35 | 60 | 166 | 21 | 55 |
| Binary | 1100000 | 10000101 | 1011111 | 11100 | 0 | 11101 | 110000 | 1110110 | 10001 | 101101 |
Color Harmonies of #60855F
Complementary color
Monochromatic Colors of #60855F
Black with #60855F
Text Example
Text Example
White with #60855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60855F; }
p { color: rgb(96,133,95); }
H1.HeaderClassName
{
color: #60855F;
}
.AnyTagClassName
{
color: #60855F;
}
</style>
background-color css
<style>
a { background-color: #60855F; }
a { background-color: rgb(96,133,95); }
div.DivClassName
{
background-color: #60855F;
}
.BgClassName
{
background-color: #60855F;
}
</style>
border-color css
<style>
span { border-color: #60855F; }
span { border-color: rgb(96,133,95); }
td.TdClassName
{
border-color: #60855F;
}
.TagClassName
{
border-color: #60855F;
}
</style>