Shades of Hippie Green #60855A
Tints of Hippie Green #60855A
RGB
CMYK
RGB Variations
Color information
#60855A (or 0x60855A) is known color: Hippie Green. HEX triplet: 60, 85 and 5A. RGB value is (96,133,90). Sum of RGB (Red+Green+Blue) = 96+133+90=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #60855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60855A is #9F7AA5. Grayscale: #757575. Windows color (decimal): -10451622 or 5932384. OLE color: 5932384.
HSL color Cylindrical-coordinate representation of color #60855A: hue angle of 111.63º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60855A is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 90 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.48 |
| HSL | 111.63º | 0.19% | 0.44% | - |
| HSV(B) | 111.63º | 0.32% | 0.52% | - |
| XYZ | 15.06 | 20 | 12.74 | - |
| YUV | 117.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 90 | 0.28 | 0 | 0.32 | 0.48 | 111.63 | 0.19 | 0.44 |
| Hex | 60 | 85 | 5A | 1C | 0 | 20 | 30 | 70 | 13 | 2C |
| Octal | 140 | 205 | 132 | 34 | 0 | 40 | 60 | 160 | 23 | 54 |
| Binary | 1100000 | 10000101 | 1011010 | 11100 | 0 | 100000 | 110000 | 1110000 | 10011 | 101100 |
Color Harmonies of #60855A
Complementary color
Monochromatic Colors of #60855A
Black with #60855A
Text Example
Text Example
White with #60855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60855A; }
p { color: rgb(96,133,90); }
H1.HeaderClassName
{
color: #60855A;
}
.AnyTagClassName
{
color: #60855A;
}
</style>
background-color css
<style>
a { background-color: #60855A; }
a { background-color: rgb(96,133,90); }
div.DivClassName
{
background-color: #60855A;
}
.BgClassName
{
background-color: #60855A;
}
</style>
border-color css
<style>
span { border-color: #60855A; }
span { border-color: rgb(96,133,90); }
td.TdClassName
{
border-color: #60855A;
}
.TagClassName
{
border-color: #60855A;
}
</style>