Shades of Hippie Green #60805B
Tints of Hippie Green #60805B
RGB
CMYK
RGB Variations
Color information
#60805B (or 0x60805B) is known color: Hippie Green. HEX triplet: 60, 80 and 5B. RGB value is (96,128,91). Sum of RGB (Red+Green+Blue) = 96+128+91=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #60805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60805B is #9F7FA4. Grayscale: #727272. Windows color (decimal): -10452901 or 5996640. OLE color: 5996640.
HSL color Cylindrical-coordinate representation of color #60805B: hue angle of 111.89º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60805B is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 91 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.50 |
| HSL | 111.89º | 0.17% | 0.43% | - |
| HSV(B) | 111.89º | 0.29% | 0.5% | - |
| XYZ | 14.43 | 18.68 | 12.74 | - |
| YUV | 114.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 91 | 0.25 | 0 | 0.29 | 0.50 | 111.89 | 0.17 | 0.43 |
| Hex | 60 | 80 | 5B | 19 | 0 | 1D | 32 | 70 | 11 | 2B |
| Octal | 140 | 200 | 133 | 31 | 0 | 35 | 62 | 160 | 21 | 53 |
| Binary | 1100000 | 10000000 | 1011011 | 11001 | 0 | 11101 | 110010 | 1110000 | 10001 | 101011 |
Color Harmonies of #60805B
Complementary color
Monochromatic Colors of #60805B
Black with #60805B
Text Example
Text Example
White with #60805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60805B; }
p { color: rgb(96,128,91); }
H1.HeaderClassName
{
color: #60805B;
}
.AnyTagClassName
{
color: #60805B;
}
</style>
background-color css
<style>
a { background-color: #60805B; }
a { background-color: rgb(96,128,91); }
div.DivClassName
{
background-color: #60805B;
}
.BgClassName
{
background-color: #60805B;
}
</style>
border-color css
<style>
span { border-color: #60805B; }
span { border-color: rgb(96,128,91); }
td.TdClassName
{
border-color: #60805B;
}
.TagClassName
{
border-color: #60805B;
}
</style>