Shades of Hippie Green #609052
Tints of Hippie Green #609052
RGB
CMYK
RGB Variations
Color information
#609052 (or 0x609052) is known color: Hippie Green. HEX triplet: 60, 90 and 52. RGB value is (96,144,82). Sum of RGB (Red+Green+Blue) = 96+144+82=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #609052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609052 is #9F6FAD. Grayscale: #7A7A7A. Windows color (decimal): -10448814 or 5410912. OLE color: 5410912.
HSL color Cylindrical-coordinate representation of color #609052: hue angle of 106.45º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #609052 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 82 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.44 |
| HSL | 106.45º | 0.27% | 0.44% | - |
| HSV(B) | 106.45º | 0.43% | 0.56% | - |
| XYZ | 16.32 | 23.04 | 11.57 | - |
| YUV | 122.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 82 | 0.33 | 0 | 0.43 | 0.44 | 106.45 | 0.27 | 0.44 |
| Hex | 60 | 90 | 52 | 21 | 0 | 2B | 2C | 6A | 1B | 2C |
| Octal | 140 | 220 | 122 | 41 | 0 | 53 | 54 | 152 | 33 | 54 |
| Binary | 1100000 | 10010000 | 1010010 | 100001 | 0 | 101011 | 101100 | 1101010 | 11011 | 101100 |
Color Harmonies of #609052
Complementary color
Monochromatic Colors of #609052
Black with #609052
Text Example
Text Example
White with #609052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609052; }
p { color: rgb(96,144,82); }
H1.HeaderClassName
{
color: #609052;
}
.AnyTagClassName
{
color: #609052;
}
</style>
background-color css
<style>
a { background-color: #609052; }
a { background-color: rgb(96,144,82); }
div.DivClassName
{
background-color: #609052;
}
.BgClassName
{
background-color: #609052;
}
</style>
border-color css
<style>
span { border-color: #609052; }
span { border-color: rgb(96,144,82); }
td.TdClassName
{
border-color: #609052;
}
.TagClassName
{
border-color: #609052;
}
</style>