Shades of Hippie Green #60905A
Tints of Hippie Green #60905A
RGB
CMYK
RGB Variations
Color information
#60905A (or 0x60905A) is known color: Hippie Green. HEX triplet: 60, 90 and 5A. RGB value is (96,144,90). Sum of RGB (Red+Green+Blue) = 96+144+90=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #60905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60905A is #9F6FA5. Grayscale: #7B7B7B. Windows color (decimal): -10448806 or 5935200. OLE color: 5935200.
HSL color Cylindrical-coordinate representation of color #60905A: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60905A is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 90 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.44 |
| HSL | 113.33º | 0.23% | 0.46% | - |
| HSV(B) | 113.33º | 0.38% | 0.56% | - |
| XYZ | 16.64 | 23.17 | 13.27 | - |
| YUV | 123.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 90 | 0.33 | 0 | 0.37 | 0.44 | 113.33 | 0.23 | 0.46 |
| Hex | 60 | 90 | 5A | 21 | 0 | 25 | 2C | 71 | 17 | 2E |
| Octal | 140 | 220 | 132 | 41 | 0 | 45 | 54 | 161 | 27 | 56 |
| Binary | 1100000 | 10010000 | 1011010 | 100001 | 0 | 100101 | 101100 | 1110001 | 10111 | 101110 |
Color Harmonies of #60905A
Complementary color
Monochromatic Colors of #60905A
Black with #60905A
Text Example
Text Example
White with #60905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60905A; }
p { color: rgb(96,144,90); }
H1.HeaderClassName
{
color: #60905A;
}
.AnyTagClassName
{
color: #60905A;
}
</style>
background-color css
<style>
a { background-color: #60905A; }
a { background-color: rgb(96,144,90); }
div.DivClassName
{
background-color: #60905A;
}
.BgClassName
{
background-color: #60905A;
}
</style>
border-color css
<style>
span { border-color: #60905A; }
span { border-color: rgb(96,144,90); }
td.TdClassName
{
border-color: #60905A;
}
.TagClassName
{
border-color: #60905A;
}
</style>