Shades of Hippie Green #63885A
Tints of Hippie Green #63885A
RGB
CMYK
RGB Variations
Color information
#63885A (or 0x63885A) is known color: Hippie Green. HEX triplet: 63, 88 and 5A. RGB value is (99,136,90). Sum of RGB (Red+Green+Blue) = 99+136+90=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #63885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63885A is #9C77A5. Grayscale: #777777. Windows color (decimal): -10254246 or 5933155. OLE color: 5933155.
HSL color Cylindrical-coordinate representation of color #63885A: hue angle of 108.26º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63885A is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 90 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.47 |
| HSL | 108.26º | 0.2% | 0.44% | - |
| HSV(B) | 108.26º | 0.34% | 0.53% | - |
| XYZ | 15.8 | 21 | 12.89 | - |
| YUV | 119.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 90 | 0.27 | 0 | 0.34 | 0.47 | 108.26 | 0.2 | 0.44 |
| Hex | 63 | 88 | 5A | 1B | 0 | 22 | 2F | 6C | 14 | 2C |
| Octal | 143 | 210 | 132 | 33 | 0 | 42 | 57 | 154 | 24 | 54 |
| Binary | 1100011 | 10001000 | 1011010 | 11011 | 0 | 100010 | 101111 | 1101100 | 10100 | 101100 |
Color Harmonies of #63885A
Complementary color
Monochromatic Colors of #63885A
Black with #63885A
Text Example
Text Example
White with #63885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63885A; }
p { color: rgb(99,136,90); }
H1.HeaderClassName
{
color: #63885A;
}
.AnyTagClassName
{
color: #63885A;
}
</style>
background-color css
<style>
a { background-color: #63885A; }
a { background-color: rgb(99,136,90); }
div.DivClassName
{
background-color: #63885A;
}
.BgClassName
{
background-color: #63885A;
}
</style>
border-color css
<style>
span { border-color: #63885A; }
span { border-color: rgb(99,136,90); }
td.TdClassName
{
border-color: #63885A;
}
.TagClassName
{
border-color: #63885A;
}
</style>