Shades of Hippie Green #60985A
Tints of Hippie Green #60985A
RGB
CMYK
RGB Variations
Color information
#60985A (or 0x60985A) is known color: Hippie Green. HEX triplet: 60, 98 and 5A. RGB value is (96,152,90). Sum of RGB (Red+Green+Blue) = 96+152+90=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #60985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60985A is #9F67A5. Grayscale: #808080. Windows color (decimal): -10446758 or 5937248. OLE color: 5937248.
HSL color Cylindrical-coordinate representation of color #60985A: hue angle of 114.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60985A is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 90 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.40 |
| HSL | 114.19º | 0.26% | 0.47% | - |
| HSV(B) | 114.19º | 0.41% | 0.6% | - |
| XYZ | 17.9 | 25.68 | 13.69 | - |
| YUV | 128.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 90 | 0.37 | 0 | 0.41 | 0.40 | 114.19 | 0.26 | 0.47 |
| Hex | 60 | 98 | 5A | 25 | 0 | 29 | 28 | 72 | 1A | 2F |
| Octal | 140 | 230 | 132 | 45 | 0 | 51 | 50 | 162 | 32 | 57 |
| Binary | 1100000 | 10011000 | 1011010 | 100101 | 0 | 101001 | 101000 | 1110010 | 11010 | 101111 |
Color Harmonies of #60985A
Complementary color
Monochromatic Colors of #60985A
Black with #60985A
Text Example
Text Example
White with #60985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60985A; }
p { color: rgb(96,152,90); }
H1.HeaderClassName
{
color: #60985A;
}
.AnyTagClassName
{
color: #60985A;
}
</style>
background-color css
<style>
a { background-color: #60985A; }
a { background-color: rgb(96,152,90); }
div.DivClassName
{
background-color: #60985A;
}
.BgClassName
{
background-color: #60985A;
}
</style>
border-color css
<style>
span { border-color: #60985A; }
span { border-color: rgb(96,152,90); }
td.TdClassName
{
border-color: #60985A;
}
.TagClassName
{
border-color: #60985A;
}
</style>