Shades of Hippie Green #609962
Tints of Hippie Green #609962
RGB
CMYK
RGB Variations
Color information
#609962 (or 0x609962) is known color: Hippie Green. HEX triplet: 60, 99 and 62. RGB value is (96,153,98). Sum of RGB (Red+Green+Blue) = 96+153+98=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #609962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609962 is #9F669D. Grayscale: #818181. Windows color (decimal): -10446494 or 6461792. OLE color: 6461792.
HSL color Cylindrical-coordinate representation of color #609962: hue angle of 122.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609962 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 98 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.4 |
| HSL | 122.11º | 0.23% | 0.49% | - |
| HSV(B) | 122.11º | 0.37% | 0.6% | - |
| XYZ | 18.42 | 26.15 | 15.63 | - |
| YUV | 129.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 98 | 0.37 | 0 | 0.36 | 0.4 | 122.11 | 0.23 | 0.49 |
| Hex | 60 | 99 | 62 | 25 | 0 | 24 | 28 | 7A | 17 | 31 |
| Octal | 140 | 231 | 142 | 45 | 0 | 44 | 50 | 172 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1100010 | 100101 | 0 | 100100 | 101000 | 1111010 | 10111 | 110001 |
Color Harmonies of #609962
Complementary color
Monochromatic Colors of #609962
Black with #609962
Text Example
Text Example
White with #609962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609962; }
p { color: rgb(96,153,98); }
H1.HeaderClassName
{
color: #609962;
}
.AnyTagClassName
{
color: #609962;
}
</style>
background-color css
<style>
a { background-color: #609962; }
a { background-color: rgb(96,153,98); }
div.DivClassName
{
background-color: #609962;
}
.BgClassName
{
background-color: #609962;
}
</style>
border-color css
<style>
span { border-color: #609962; }
span { border-color: rgb(96,153,98); }
td.TdClassName
{
border-color: #609962;
}
.TagClassName
{
border-color: #609962;
}
</style>