Shades of Hippie Green #608A57
Tints of Hippie Green #608A57
RGB
CMYK
RGB Variations
Color information
#608A57 (or 0x608A57) is known color: Hippie Green. HEX triplet: 60, 8A and 57. RGB value is (96,138,87). Sum of RGB (Red+Green+Blue) = 96+138+87=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #608A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A57 is #9F75A8. Grayscale: #777777. Windows color (decimal): -10450345 or 5737056. OLE color: 5737056.
HSL color Cylindrical-coordinate representation of color #608A57: hue angle of 109.41º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608A57 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 87 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.46 |
| HSL | 109.41º | 0.23% | 0.44% | - |
| HSV(B) | 109.41º | 0.37% | 0.54% | - |
| XYZ | 15.63 | 21.35 | 12.31 | - |
| YUV | 119.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 87 | 0.30 | 0 | 0.37 | 0.46 | 109.41 | 0.23 | 0.44 |
| Hex | 60 | 8A | 57 | 1E | 0 | 25 | 2E | 6D | 17 | 2C |
| Octal | 140 | 212 | 127 | 36 | 0 | 45 | 56 | 155 | 27 | 54 |
| Binary | 1100000 | 10001010 | 1010111 | 11110 | 0 | 100101 | 101110 | 1101101 | 10111 | 101100 |
Color Harmonies of #608A57
Complementary color
Monochromatic Colors of #608A57
Black with #608A57
Text Example
Text Example
White with #608A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A57; }
p { color: rgb(96,138,87); }
H1.HeaderClassName
{
color: #608A57;
}
.AnyTagClassName
{
color: #608A57;
}
</style>
background-color css
<style>
a { background-color: #608A57; }
a { background-color: rgb(96,138,87); }
div.DivClassName
{
background-color: #608A57;
}
.BgClassName
{
background-color: #608A57;
}
</style>
border-color css
<style>
span { border-color: #608A57; }
span { border-color: rgb(96,138,87); }
td.TdClassName
{
border-color: #608A57;
}
.TagClassName
{
border-color: #608A57;
}
</style>