Shades of Hippie Green #63A063
Tints of Hippie Green #63A063
RGB
CMYK
RGB Variations
Color information
#63A063 (or 0x63A063) is known color: Hippie Green. HEX triplet: 63, A0 and 63. RGB value is (99,160,99). Sum of RGB (Red+Green+Blue) = 99+160+99=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #63A063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A063 is #9C5F9C. Grayscale: #868686. Windows color (decimal): -10248093 or 6529123. OLE color: 6529123.
HSL color Cylindrical-coordinate representation of color #63A063: hue angle of 120º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A063 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 99 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.37 |
| HSL | 120º | 0.24% | 0.51% | - |
| HSV(B) | 120º | 0.38% | 0.63% | - |
| XYZ | 19.97 | 28.7 | 16.29 | - |
| YUV | 134.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 99 | 0.38 | 0 | 0.38 | 0.37 | 120 | 0.24 | 0.51 |
| Hex | 63 | A0 | 63 | 26 | 0 | 26 | 25 | 78 | 18 | 33 |
| Octal | 143 | 240 | 143 | 46 | 0 | 46 | 45 | 170 | 30 | 63 |
| Binary | 1100011 | 10100000 | 1100011 | 100110 | 0 | 100110 | 100101 | 1111000 | 11000 | 110011 |
Color Harmonies of #63A063
Complementary color
Monochromatic Colors of #63A063
Black with #63A063
Text Example
Text Example
White with #63A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A063; }
p { color: rgb(99,160,99); }
H1.HeaderClassName
{
color: #63A063;
}
.AnyTagClassName
{
color: #63A063;
}
</style>
background-color css
<style>
a { background-color: #63A063; }
a { background-color: rgb(99,160,99); }
div.DivClassName
{
background-color: #63A063;
}
.BgClassName
{
background-color: #63A063;
}
</style>
border-color css
<style>
span { border-color: #63A063; }
span { border-color: rgb(99,160,99); }
td.TdClassName
{
border-color: #63A063;
}
.TagClassName
{
border-color: #63A063;
}
</style>