Shades of Hippie Green #60835F
Tints of Hippie Green #60835F
RGB
CMYK
RGB Variations
Color information
#60835F (or 0x60835F) is known color: Hippie Green. HEX triplet: 60, 83 and 5F. RGB value is (96,131,95). Sum of RGB (Red+Green+Blue) = 96+131+95=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #60835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60835F is #9F7CA0. Grayscale: #747474. Windows color (decimal): -10452129 or 6259552. OLE color: 6259552.
HSL color Cylindrical-coordinate representation of color #60835F: hue angle of 118.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60835F is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 95 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.49 |
| HSL | 118.33º | 0.16% | 0.44% | - |
| HSV(B) | 118.33º | 0.27% | 0.51% | - |
| XYZ | 15.01 | 19.55 | 13.81 | - |
| YUV | 116.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 95 | 0.27 | 0 | 0.27 | 0.49 | 118.33 | 0.16 | 0.44 |
| Hex | 60 | 83 | 5F | 1B | 0 | 1B | 31 | 76 | 10 | 2C |
| Octal | 140 | 203 | 137 | 33 | 0 | 33 | 61 | 166 | 20 | 54 |
| Binary | 1100000 | 10000011 | 1011111 | 11011 | 0 | 11011 | 110001 | 1110110 | 10000 | 101100 |
Color Harmonies of #60835F
Complementary color
Monochromatic Colors of #60835F
Black with #60835F
Text Example
Text Example
White with #60835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60835F; }
p { color: rgb(96,131,95); }
H1.HeaderClassName
{
color: #60835F;
}
.AnyTagClassName
{
color: #60835F;
}
</style>
background-color css
<style>
a { background-color: #60835F; }
a { background-color: rgb(96,131,95); }
div.DivClassName
{
background-color: #60835F;
}
.BgClassName
{
background-color: #60835F;
}
</style>
border-color css
<style>
span { border-color: #60835F; }
span { border-color: rgb(96,131,95); }
td.TdClassName
{
border-color: #60835F;
}
.TagClassName
{
border-color: #60835F;
}
</style>