Shades of Hippie Green #63A061
Tints of Hippie Green #63A061
RGB
CMYK
RGB Variations
Color information
#63A061 (or 0x63A061) is known color: Hippie Green. HEX triplet: 63, A0 and 61. RGB value is (99,160,97). Sum of RGB (Red+Green+Blue) = 99+160+97=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #63A061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A061 is #9C5F9E. Grayscale: #868686. Windows color (decimal): -10248095 or 6398051. OLE color: 6398051.
HSL color Cylindrical-coordinate representation of color #63A061: hue angle of 118.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A061 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 97 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.37 |
| HSL | 118.1º | 0.25% | 0.5% | - |
| HSV(B) | 118.1º | 0.39% | 0.63% | - |
| XYZ | 19.87 | 28.66 | 15.79 | - |
| YUV | 134.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 97 | 0.38 | 0 | 0.39 | 0.37 | 118.1 | 0.25 | 0.5 |
| Hex | 63 | A0 | 61 | 26 | 0 | 27 | 25 | 76 | 19 | 32 |
| Octal | 143 | 240 | 141 | 46 | 0 | 47 | 45 | 166 | 31 | 62 |
| Binary | 1100011 | 10100000 | 1100001 | 100110 | 0 | 100111 | 100101 | 1110110 | 11001 | 110010 |
Color Harmonies of #63A061
Complementary color
Monochromatic Colors of #63A061
Black with #63A061
Text Example
Text Example
White with #63A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A061; }
p { color: rgb(99,160,97); }
H1.HeaderClassName
{
color: #63A061;
}
.AnyTagClassName
{
color: #63A061;
}
</style>
background-color css
<style>
a { background-color: #63A061; }
a { background-color: rgb(99,160,97); }
div.DivClassName
{
background-color: #63A061;
}
.BgClassName
{
background-color: #63A061;
}
</style>
border-color css
<style>
span { border-color: #63A061; }
span { border-color: rgb(99,160,97); }
td.TdClassName
{
border-color: #63A061;
}
.TagClassName
{
border-color: #63A061;
}
</style>