Shades of Hippie Green #609958
Tints of Hippie Green #609958
RGB
CMYK
RGB Variations
Color information
#609958 (or 0x609958) is known color: Hippie Green. HEX triplet: 60, 99 and 58. RGB value is (96,153,88). Sum of RGB (Red+Green+Blue) = 96+153+88=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #609958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609958 is #9F66A7. Grayscale: #808080. Windows color (decimal): -10446504 or 5806432. OLE color: 5806432.
HSL color Cylindrical-coordinate representation of color #609958: hue angle of 112.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #609958 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 88 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.4 |
| HSL | 112.62º | 0.27% | 0.47% | - |
| HSV(B) | 112.62º | 0.42% | 0.6% | - |
| XYZ | 17.98 | 25.97 | 13.3 | - |
| YUV | 128.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 88 | 0.37 | 0 | 0.42 | 0.4 | 112.62 | 0.27 | 0.47 |
| Hex | 60 | 99 | 58 | 25 | 0 | 2A | 28 | 71 | 1B | 2F |
| Octal | 140 | 231 | 130 | 45 | 0 | 52 | 50 | 161 | 33 | 57 |
| Binary | 1100000 | 10011001 | 1011000 | 100101 | 0 | 101010 | 101000 | 1110001 | 11011 | 101111 |
Color Harmonies of #609958
Complementary color
Monochromatic Colors of #609958
Black with #609958
Text Example
Text Example
White with #609958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609958; }
p { color: rgb(96,153,88); }
H1.HeaderClassName
{
color: #609958;
}
.AnyTagClassName
{
color: #609958;
}
</style>
background-color css
<style>
a { background-color: #609958; }
a { background-color: rgb(96,153,88); }
div.DivClassName
{
background-color: #609958;
}
.BgClassName
{
background-color: #609958;
}
</style>
border-color css
<style>
span { border-color: #609958; }
span { border-color: rgb(96,153,88); }
td.TdClassName
{
border-color: #609958;
}
.TagClassName
{
border-color: #609958;
}
</style>