Shades of Hippie Green #63855A
Tints of Hippie Green #63855A
RGB
CMYK
RGB Variations
Color information
#63855A (or 0x63855A) is known color: Hippie Green. HEX triplet: 63, 85 and 5A. RGB value is (99,133,90). Sum of RGB (Red+Green+Blue) = 99+133+90=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #63855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63855A is #9C7AA5. Grayscale: #767676. Windows color (decimal): -10255014 or 5932387. OLE color: 5932387.
HSL color Cylindrical-coordinate representation of color #63855A: hue angle of 107.44º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63855A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 90 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.48 |
| HSL | 107.44º | 0.19% | 0.44% | - |
| HSV(B) | 107.44º | 0.32% | 0.52% | - |
| XYZ | 15.38 | 20.17 | 12.75 | - |
| YUV | 117.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 90 | 0.26 | 0 | 0.32 | 0.48 | 107.44 | 0.19 | 0.44 |
| Hex | 63 | 85 | 5A | 1A | 0 | 20 | 30 | 6B | 13 | 2C |
| Octal | 143 | 205 | 132 | 32 | 0 | 40 | 60 | 153 | 23 | 54 |
| Binary | 1100011 | 10000101 | 1011010 | 11010 | 0 | 100000 | 110000 | 1101011 | 10011 | 101100 |
Color Harmonies of #63855A
Complementary color
Monochromatic Colors of #63855A
Black with #63855A
Text Example
Text Example
White with #63855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63855A; }
p { color: rgb(99,133,90); }
H1.HeaderClassName
{
color: #63855A;
}
.AnyTagClassName
{
color: #63855A;
}
</style>
background-color css
<style>
a { background-color: #63855A; }
a { background-color: rgb(99,133,90); }
div.DivClassName
{
background-color: #63855A;
}
.BgClassName
{
background-color: #63855A;
}
</style>
border-color css
<style>
span { border-color: #63855A; }
span { border-color: rgb(99,133,90); }
td.TdClassName
{
border-color: #63855A;
}
.TagClassName
{
border-color: #63855A;
}
</style>