Shades of Hippie Green #609454
Tints of Hippie Green #609454
RGB
CMYK
RGB Variations
Color information
#609454 (or 0x609454) is known color: Hippie Green. HEX triplet: 60, 94 and 54. RGB value is (96,148,84). Sum of RGB (Red+Green+Blue) = 96+148+84=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #609454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609454 is #9F6BAB. Grayscale: #7D7D7D. Windows color (decimal): -10447788 or 5543008. OLE color: 5543008.
HSL color Cylindrical-coordinate representation of color #609454: hue angle of 108.75º degrees, saturation: 0.28, 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 #609454 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 84 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.42 |
| HSL | 108.75º | 0.28% | 0.45% | - |
| HSV(B) | 108.75º | 0.43% | 0.58% | - |
| XYZ | 17.01 | 24.31 | 12.18 | - |
| YUV | 125.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 84 | 0.35 | 0 | 0.43 | 0.42 | 108.75 | 0.28 | 0.45 |
| Hex | 60 | 94 | 54 | 23 | 0 | 2B | 2A | 6D | 1C | 2D |
| Octal | 140 | 224 | 124 | 43 | 0 | 53 | 52 | 155 | 34 | 55 |
| Binary | 1100000 | 10010100 | 1010100 | 100011 | 0 | 101011 | 101010 | 1101101 | 11100 | 101101 |
Color Harmonies of #609454
Complementary color
Monochromatic Colors of #609454
Black with #609454
Text Example
Text Example
White with #609454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609454; }
p { color: rgb(96,148,84); }
H1.HeaderClassName
{
color: #609454;
}
.AnyTagClassName
{
color: #609454;
}
</style>
background-color css
<style>
a { background-color: #609454; }
a { background-color: rgb(96,148,84); }
div.DivClassName
{
background-color: #609454;
}
.BgClassName
{
background-color: #609454;
}
</style>
border-color css
<style>
span { border-color: #609454; }
span { border-color: rgb(96,148,84); }
td.TdClassName
{
border-color: #609454;
}
.TagClassName
{
border-color: #609454;
}
</style>