Shades of Hippie Green #60845B
Tints of Hippie Green #60845B
RGB
CMYK
RGB Variations
Color information
#60845B (or 0x60845B) is known color: Hippie Green. HEX triplet: 60, 84 and 5B. RGB value is (96,132,91). Sum of RGB (Red+Green+Blue) = 96+132+91=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #60845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60845B is #9F7BA4. Grayscale: #747474. Windows color (decimal): -10451877 or 5997664. OLE color: 5997664.
HSL color Cylindrical-coordinate representation of color #60845B: hue angle of 112.68º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60845B is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 91 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.48 |
| HSL | 112.68º | 0.18% | 0.44% | - |
| HSV(B) | 112.68º | 0.31% | 0.52% | - |
| XYZ | 14.96 | 19.74 | 12.92 | - |
| YUV | 116.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 91 | 0.27 | 0 | 0.31 | 0.48 | 112.68 | 0.18 | 0.44 |
| Hex | 60 | 84 | 5B | 1B | 0 | 1F | 30 | 71 | 12 | 2C |
| Octal | 140 | 204 | 133 | 33 | 0 | 37 | 60 | 161 | 22 | 54 |
| Binary | 1100000 | 10000100 | 1011011 | 11011 | 0 | 11111 | 110000 | 1110001 | 10010 | 101100 |
Color Harmonies of #60845B
Complementary color
Monochromatic Colors of #60845B
Black with #60845B
Text Example
Text Example
White with #60845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60845B; }
p { color: rgb(96,132,91); }
H1.HeaderClassName
{
color: #60845B;
}
.AnyTagClassName
{
color: #60845B;
}
</style>
background-color css
<style>
a { background-color: #60845B; }
a { background-color: rgb(96,132,91); }
div.DivClassName
{
background-color: #60845B;
}
.BgClassName
{
background-color: #60845B;
}
</style>
border-color css
<style>
span { border-color: #60845B; }
span { border-color: rgb(96,132,91); }
td.TdClassName
{
border-color: #60845B;
}
.TagClassName
{
border-color: #60845B;
}
</style>