Shades of Hippie Green #608258
Tints of Hippie Green #608258
RGB
CMYK
RGB Variations
Color information
#608258 (or 0x608258) is known color: Hippie Green. HEX triplet: 60, 82 and 58. RGB value is (96,130,88). Sum of RGB (Red+Green+Blue) = 96+130+88=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #608258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608258 is #9F7DA7. Grayscale: #737373. Windows color (decimal): -10452392 or 5800544. OLE color: 5800544.
HSL color Cylindrical-coordinate representation of color #608258: hue angle of 108.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608258 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 88 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.49 |
| HSL | 108.57º | 0.19% | 0.43% | - |
| HSV(B) | 108.57º | 0.32% | 0.51% | - |
| XYZ | 14.57 | 19.16 | 12.16 | - |
| YUV | 115.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 88 | 0.26 | 0 | 0.32 | 0.49 | 108.57 | 0.19 | 0.43 |
| Hex | 60 | 82 | 58 | 1A | 0 | 20 | 31 | 6D | 13 | 2B |
| Octal | 140 | 202 | 130 | 32 | 0 | 40 | 61 | 155 | 23 | 53 |
| Binary | 1100000 | 10000010 | 1011000 | 11010 | 0 | 100000 | 110001 | 1101101 | 10011 | 101011 |
Color Harmonies of #608258
Complementary color
Monochromatic Colors of #608258
Black with #608258
Text Example
Text Example
White with #608258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608258; }
p { color: rgb(96,130,88); }
H1.HeaderClassName
{
color: #608258;
}
.AnyTagClassName
{
color: #608258;
}
</style>
background-color css
<style>
a { background-color: #608258; }
a { background-color: rgb(96,130,88); }
div.DivClassName
{
background-color: #608258;
}
.BgClassName
{
background-color: #608258;
}
</style>
border-color css
<style>
span { border-color: #608258; }
span { border-color: rgb(96,130,88); }
td.TdClassName
{
border-color: #608258;
}
.TagClassName
{
border-color: #608258;
}
</style>