Shades of Hippie Green #63845C
Tints of Hippie Green #63845C
RGB
CMYK
RGB Variations
Color information
#63845C (or 0x63845C) is known color: Hippie Green. HEX triplet: 63, 84 and 5C. RGB value is (99,132,92). Sum of RGB (Red+Green+Blue) = 99+132+92=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #63845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63845C is #9C7BA3. Grayscale: #757575. Windows color (decimal): -10255268 or 6063203. OLE color: 6063203.
HSL color Cylindrical-coordinate representation of color #63845C: hue angle of 109.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63845C is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 92 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.48 |
| HSL | 109.5º | 0.18% | 0.44% | - |
| HSV(B) | 109.5º | 0.3% | 0.52% | - |
| XYZ | 15.33 | 19.93 | 13.16 | - |
| YUV | 117.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 92 | 0.25 | 0 | 0.30 | 0.48 | 109.5 | 0.18 | 0.44 |
| Hex | 63 | 84 | 5C | 19 | 0 | 1E | 30 | 6E | 12 | 2C |
| Octal | 143 | 204 | 134 | 31 | 0 | 36 | 60 | 156 | 22 | 54 |
| Binary | 1100011 | 10000100 | 1011100 | 11001 | 0 | 11110 | 110000 | 1101110 | 10010 | 101100 |
Color Harmonies of #63845C
Complementary color
Monochromatic Colors of #63845C
Black with #63845C
Text Example
Text Example
White with #63845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63845C; }
p { color: rgb(99,132,92); }
H1.HeaderClassName
{
color: #63845C;
}
.AnyTagClassName
{
color: #63845C;
}
</style>
background-color css
<style>
a { background-color: #63845C; }
a { background-color: rgb(99,132,92); }
div.DivClassName
{
background-color: #63845C;
}
.BgClassName
{
background-color: #63845C;
}
</style>
border-color css
<style>
span { border-color: #63845C; }
span { border-color: rgb(99,132,92); }
td.TdClassName
{
border-color: #63845C;
}
.TagClassName
{
border-color: #63845C;
}
</style>