Shades of Hippie Green #609354
Tints of Hippie Green #609354
RGB
CMYK
RGB Variations
Color information
#609354 (or 0x609354) is known color: Hippie Green. HEX triplet: 60, 93 and 54. RGB value is (96,147,84). Sum of RGB (Red+Green+Blue) = 96+147+84=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #609354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609354 is #9F6CAB. Grayscale: #7C7C7C. Windows color (decimal): -10448044 or 5542752. OLE color: 5542752.
HSL color Cylindrical-coordinate representation of color #609354: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #609354 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 84 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.42 |
| HSL | 108.57º | 0.27% | 0.45% | - |
| HSV(B) | 108.57º | 0.43% | 0.58% | - |
| XYZ | 16.86 | 23.99 | 12.13 | - |
| YUV | 124.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 84 | 0.35 | 0 | 0.43 | 0.42 | 108.57 | 0.27 | 0.45 |
| Hex | 60 | 93 | 54 | 23 | 0 | 2B | 2A | 6D | 1B | 2D |
| Octal | 140 | 223 | 124 | 43 | 0 | 53 | 52 | 155 | 33 | 55 |
| Binary | 1100000 | 10010011 | 1010100 | 100011 | 0 | 101011 | 101010 | 1101101 | 11011 | 101101 |
Color Harmonies of #609354
Complementary color
Monochromatic Colors of #609354
Black with #609354
Text Example
Text Example
White with #609354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609354; }
p { color: rgb(96,147,84); }
H1.HeaderClassName
{
color: #609354;
}
.AnyTagClassName
{
color: #609354;
}
</style>
background-color css
<style>
a { background-color: #609354; }
a { background-color: rgb(96,147,84); }
div.DivClassName
{
background-color: #609354;
}
.BgClassName
{
background-color: #609354;
}
</style>
border-color css
<style>
span { border-color: #609354; }
span { border-color: rgb(96,147,84); }
td.TdClassName
{
border-color: #609354;
}
.TagClassName
{
border-color: #609354;
}
</style>