Shades of Hippie Green #609355
Tints of Hippie Green #609355
RGB
CMYK
RGB Variations
Color information
#609355 (or 0x609355) is known color: Hippie Green. HEX triplet: 60, 93 and 55. RGB value is (96,147,85). Sum of RGB (Red+Green+Blue) = 96+147+85=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #609355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609355 is #9F6CAA. Grayscale: #7C7C7C. Windows color (decimal): -10448043 or 5608288. OLE color: 5608288.
HSL color Cylindrical-coordinate representation of color #609355: hue angle of 109.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #609355 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 85 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.42 |
| HSL | 109.35º | 0.27% | 0.45% | - |
| HSV(B) | 109.35º | 0.42% | 0.58% | - |
| XYZ | 16.9 | 24.01 | 12.34 | - |
| YUV | 124.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 85 | 0.35 | 0 | 0.42 | 0.42 | 109.35 | 0.27 | 0.45 |
| Hex | 60 | 93 | 55 | 23 | 0 | 2A | 2A | 6D | 1B | 2D |
| Octal | 140 | 223 | 125 | 43 | 0 | 52 | 52 | 155 | 33 | 55 |
| Binary | 1100000 | 10010011 | 1010101 | 100011 | 0 | 101010 | 101010 | 1101101 | 11011 | 101101 |
Color Harmonies of #609355
Complementary color
Monochromatic Colors of #609355
Black with #609355
Text Example
Text Example
White with #609355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609355; }
p { color: rgb(96,147,85); }
H1.HeaderClassName
{
color: #609355;
}
.AnyTagClassName
{
color: #609355;
}
</style>
background-color css
<style>
a { background-color: #609355; }
a { background-color: rgb(96,147,85); }
div.DivClassName
{
background-color: #609355;
}
.BgClassName
{
background-color: #609355;
}
</style>
border-color css
<style>
span { border-color: #609355; }
span { border-color: rgb(96,147,85); }
td.TdClassName
{
border-color: #609355;
}
.TagClassName
{
border-color: #609355;
}
</style>