Shades of Hippie Green #609963
Tints of Hippie Green #609963
RGB
CMYK
RGB Variations
Color information
#609963 (or 0x609963) is known color: Hippie Green. HEX triplet: 60, 99 and 63. RGB value is (96,153,99). Sum of RGB (Red+Green+Blue) = 96+153+99=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #609963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609963 is #9F669C. Grayscale: #818181. Windows color (decimal): -10446493 or 6527328. OLE color: 6527328.
HSL color Cylindrical-coordinate representation of color #609963: hue angle of 123.16º 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 #609963 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 99 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.4 |
| HSL | 123.16º | 0.23% | 0.49% | - |
| HSV(B) | 123.16º | 0.37% | 0.6% | - |
| XYZ | 18.47 | 26.17 | 15.88 | - |
| YUV | 129.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 99 | 0.37 | 0 | 0.35 | 0.4 | 123.16 | 0.23 | 0.49 |
| Hex | 60 | 99 | 63 | 25 | 0 | 23 | 28 | 7B | 17 | 31 |
| Octal | 140 | 231 | 143 | 45 | 0 | 43 | 50 | 173 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1100011 | 100101 | 0 | 100011 | 101000 | 1111011 | 10111 | 110001 |
Color Harmonies of #609963
Complementary color
Monochromatic Colors of #609963
Black with #609963
Text Example
Text Example
White with #609963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609963; }
p { color: rgb(96,153,99); }
H1.HeaderClassName
{
color: #609963;
}
.AnyTagClassName
{
color: #609963;
}
</style>
background-color css
<style>
a { background-color: #609963; }
a { background-color: rgb(96,153,99); }
div.DivClassName
{
background-color: #609963;
}
.BgClassName
{
background-color: #609963;
}
</style>
border-color css
<style>
span { border-color: #609963; }
span { border-color: rgb(96,153,99); }
td.TdClassName
{
border-color: #609963;
}
.TagClassName
{
border-color: #609963;
}
</style>