Shades of Hippie Green #60925C
Tints of Hippie Green #60925C
RGB
CMYK
RGB Variations
Color information
#60925C (or 0x60925C) is known color: Hippie Green. HEX triplet: 60, 92 and 5C. RGB value is (96,146,92). Sum of RGB (Red+Green+Blue) = 96+146+92=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #60925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60925C is #9F6DA3. Grayscale: #7D7D7D. Windows color (decimal): -10448292 or 6066784. OLE color: 6066784.
HSL color Cylindrical-coordinate representation of color #60925C: hue angle of 115.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60925C is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 92 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.43 |
| HSL | 115.56º | 0.23% | 0.47% | - |
| HSV(B) | 115.56º | 0.37% | 0.57% | - |
| XYZ | 17.03 | 23.82 | 13.82 | - |
| YUV | 124.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 92 | 0.34 | 0 | 0.37 | 0.43 | 115.56 | 0.23 | 0.47 |
| Hex | 60 | 92 | 5C | 22 | 0 | 25 | 2B | 74 | 17 | 2F |
| Octal | 140 | 222 | 134 | 42 | 0 | 45 | 53 | 164 | 27 | 57 |
| Binary | 1100000 | 10010010 | 1011100 | 100010 | 0 | 100101 | 101011 | 1110100 | 10111 | 101111 |
Color Harmonies of #60925C
Complementary color
Monochromatic Colors of #60925C
Black with #60925C
Text Example
Text Example
White with #60925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60925C; }
p { color: rgb(96,146,92); }
H1.HeaderClassName
{
color: #60925C;
}
.AnyTagClassName
{
color: #60925C;
}
</style>
background-color css
<style>
a { background-color: #60925C; }
a { background-color: rgb(96,146,92); }
div.DivClassName
{
background-color: #60925C;
}
.BgClassName
{
background-color: #60925C;
}
</style>
border-color css
<style>
span { border-color: #60925C; }
span { border-color: rgb(96,146,92); }
td.TdClassName
{
border-color: #60925C;
}
.TagClassName
{
border-color: #60925C;
}
</style>