Shades of Hippie Green #60905B
Tints of Hippie Green #60905B
RGB
CMYK
RGB Variations
Color information
#60905B (or 0x60905B) is known color: Hippie Green. HEX triplet: 60, 90 and 5B. RGB value is (96,144,91). Sum of RGB (Red+Green+Blue) = 96+144+91=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #60905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60905B is #9F6FA4. Grayscale: #7B7B7B. Windows color (decimal): -10448805 or 6000736. OLE color: 6000736.
HSL color Cylindrical-coordinate representation of color #60905B: hue angle of 114.34º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60905B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 91 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.44 |
| HSL | 114.34º | 0.23% | 0.46% | - |
| HSV(B) | 114.34º | 0.37% | 0.56% | - |
| XYZ | 16.69 | 23.19 | 13.49 | - |
| YUV | 123.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 91 | 0.33 | 0 | 0.37 | 0.44 | 114.34 | 0.23 | 0.46 |
| Hex | 60 | 90 | 5B | 21 | 0 | 25 | 2C | 72 | 17 | 2E |
| Octal | 140 | 220 | 133 | 41 | 0 | 45 | 54 | 162 | 27 | 56 |
| Binary | 1100000 | 10010000 | 1011011 | 100001 | 0 | 100101 | 101100 | 1110010 | 10111 | 101110 |
Color Harmonies of #60905B
Complementary color
Monochromatic Colors of #60905B
Black with #60905B
Text Example
Text Example
White with #60905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60905B; }
p { color: rgb(96,144,91); }
H1.HeaderClassName
{
color: #60905B;
}
.AnyTagClassName
{
color: #60905B;
}
</style>
background-color css
<style>
a { background-color: #60905B; }
a { background-color: rgb(96,144,91); }
div.DivClassName
{
background-color: #60905B;
}
.BgClassName
{
background-color: #60905B;
}
</style>
border-color css
<style>
span { border-color: #60905B; }
span { border-color: rgb(96,144,91); }
td.TdClassName
{
border-color: #60905B;
}
.TagClassName
{
border-color: #60905B;
}
</style>