Shades of Hippie Green #63885B
Tints of Hippie Green #63885B
RGB
CMYK
RGB Variations
Color information
#63885B (or 0x63885B) is known color: Hippie Green. HEX triplet: 63, 88 and 5B. RGB value is (99,136,91). Sum of RGB (Red+Green+Blue) = 99+136+91=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #63885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63885B is #9C77A4. Grayscale: #777777. Windows color (decimal): -10254245 or 5998691. OLE color: 5998691.
HSL color Cylindrical-coordinate representation of color #63885B: hue angle of 109.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63885B is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 91 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.47 |
| HSL | 109.33º | 0.2% | 0.45% | - |
| HSV(B) | 109.33º | 0.33% | 0.53% | - |
| XYZ | 15.84 | 21.02 | 13.12 | - |
| YUV | 119.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 91 | 0.27 | 0 | 0.33 | 0.47 | 109.33 | 0.2 | 0.45 |
| Hex | 63 | 88 | 5B | 1B | 0 | 21 | 2F | 6D | 14 | 2D |
| Octal | 143 | 210 | 133 | 33 | 0 | 41 | 57 | 155 | 24 | 55 |
| Binary | 1100011 | 10001000 | 1011011 | 11011 | 0 | 100001 | 101111 | 1101101 | 10100 | 101101 |
Color Harmonies of #63885B
Complementary color
Monochromatic Colors of #63885B
Black with #63885B
Text Example
Text Example
White with #63885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63885B; }
p { color: rgb(99,136,91); }
H1.HeaderClassName
{
color: #63885B;
}
.AnyTagClassName
{
color: #63885B;
}
</style>
background-color css
<style>
a { background-color: #63885B; }
a { background-color: rgb(99,136,91); }
div.DivClassName
{
background-color: #63885B;
}
.BgClassName
{
background-color: #63885B;
}
</style>
border-color css
<style>
span { border-color: #63885B; }
span { border-color: rgb(99,136,91); }
td.TdClassName
{
border-color: #63885B;
}
.TagClassName
{
border-color: #63885B;
}
</style>