Shades of Hippie Green #63825C
Tints of Hippie Green #63825C
RGB
CMYK
RGB Variations
Color information
#63825C (or 0x63825C) is known color: Hippie Green. HEX triplet: 63, 82 and 5C. RGB value is (99,130,92). Sum of RGB (Red+Green+Blue) = 99+130+92=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #63825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63825C is #9C7DA3. Grayscale: #747474. Windows color (decimal): -10255780 or 6062691. OLE color: 6062691.
HSL color Cylindrical-coordinate representation of color #63825C: hue angle of 108.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63825C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 92 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.49 |
| HSL | 108.95º | 0.17% | 0.44% | - |
| HSV(B) | 108.95º | 0.29% | 0.51% | - |
| XYZ | 15.06 | 19.39 | 13.07 | - |
| YUV | 116.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 92 | 0.24 | 0 | 0.29 | 0.49 | 108.95 | 0.17 | 0.44 |
| Hex | 63 | 82 | 5C | 18 | 0 | 1D | 31 | 6D | 11 | 2C |
| Octal | 143 | 202 | 134 | 30 | 0 | 35 | 61 | 155 | 21 | 54 |
| Binary | 1100011 | 10000010 | 1011100 | 11000 | 0 | 11101 | 110001 | 1101101 | 10001 | 101100 |
Color Harmonies of #63825C
Complementary color
Monochromatic Colors of #63825C
Black with #63825C
Text Example
Text Example
White with #63825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63825C; }
p { color: rgb(99,130,92); }
H1.HeaderClassName
{
color: #63825C;
}
.AnyTagClassName
{
color: #63825C;
}
</style>
background-color css
<style>
a { background-color: #63825C; }
a { background-color: rgb(99,130,92); }
div.DivClassName
{
background-color: #63825C;
}
.BgClassName
{
background-color: #63825C;
}
</style>
border-color css
<style>
span { border-color: #63825C; }
span { border-color: rgb(99,130,92); }
td.TdClassName
{
border-color: #63825C;
}
.TagClassName
{
border-color: #63825C;
}
</style>