Shades of Hippie Green #63A060
Tints of Hippie Green #63A060
RGB
CMYK
RGB Variations
Color information
#63A060 (or 0x63A060) is known color: Hippie Green. HEX triplet: 63, A0 and 60. RGB value is (99,160,96). Sum of RGB (Red+Green+Blue) = 99+160+96=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #63A060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A060 is #9C5F9F. Grayscale: #868686. Windows color (decimal): -10248096 or 6332515. OLE color: 6332515.
HSL color Cylindrical-coordinate representation of color #63A060: hue angle of 117.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A060 is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 96 | - |
| CMYK | 0.38 | 0 | 0.4 | 0.37 |
| HSL | 117.19º | 0.25% | 0.5% | - |
| HSV(B) | 117.19º | 0.4% | 0.63% | - |
| XYZ | 19.83 | 28.64 | 15.55 | - |
| YUV | 134.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 96 | 0.38 | 0 | 0.4 | 0.37 | 117.19 | 0.25 | 0.5 |
| Hex | 63 | A0 | 60 | 26 | 0 | 28 | 25 | 75 | 19 | 32 |
| Octal | 143 | 240 | 140 | 46 | 0 | 50 | 45 | 165 | 31 | 62 |
| Binary | 1100011 | 10100000 | 1100000 | 100110 | 0 | 101000 | 100101 | 1110101 | 11001 | 110010 |
Color Harmonies of #63A060
Complementary color
Monochromatic Colors of #63A060
Black with #63A060
Text Example
Text Example
White with #63A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A060; }
p { color: rgb(99,160,96); }
H1.HeaderClassName
{
color: #63A060;
}
.AnyTagClassName
{
color: #63A060;
}
</style>
background-color css
<style>
a { background-color: #63A060; }
a { background-color: rgb(99,160,96); }
div.DivClassName
{
background-color: #63A060;
}
.BgClassName
{
background-color: #63A060;
}
</style>
border-color css
<style>
span { border-color: #63A060; }
span { border-color: rgb(99,160,96); }
td.TdClassName
{
border-color: #63A060;
}
.TagClassName
{
border-color: #63A060;
}
</style>