Shades of Hippie Green #63995B
Tints of Hippie Green #63995B
RGB
CMYK
RGB Variations
Color information
#63995B (or 0x63995B) is known color: Hippie Green. HEX triplet: 63, 99 and 5B. RGB value is (99,153,91). Sum of RGB (Red+Green+Blue) = 99+153+91=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #63995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63995B is #9C66A4. Grayscale: #818181. Windows color (decimal): -10249893 or 6003043. OLE color: 6003043.
HSL color Cylindrical-coordinate representation of color #63995B: hue angle of 112.26º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63995B is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 91 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.4 |
| HSL | 112.26º | 0.25% | 0.48% | - |
| HSV(B) | 112.26º | 0.41% | 0.6% | - |
| XYZ | 18.43 | 26.19 | 13.98 | - |
| YUV | 129.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 91 | 0.35 | 0 | 0.41 | 0.4 | 112.26 | 0.25 | 0.48 |
| Hex | 63 | 99 | 5B | 23 | 0 | 29 | 28 | 70 | 19 | 30 |
| Octal | 143 | 231 | 133 | 43 | 0 | 51 | 50 | 160 | 31 | 60 |
| Binary | 1100011 | 10011001 | 1011011 | 100011 | 0 | 101001 | 101000 | 1110000 | 11001 | 110000 |
Color Harmonies of #63995B
Complementary color
Monochromatic Colors of #63995B
Black with #63995B
Text Example
Text Example
White with #63995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63995B; }
p { color: rgb(99,153,91); }
H1.HeaderClassName
{
color: #63995B;
}
.AnyTagClassName
{
color: #63995B;
}
</style>
background-color css
<style>
a { background-color: #63995B; }
a { background-color: rgb(99,153,91); }
div.DivClassName
{
background-color: #63995B;
}
.BgClassName
{
background-color: #63995B;
}
</style>
border-color css
<style>
span { border-color: #63995B; }
span { border-color: rgb(99,153,91); }
td.TdClassName
{
border-color: #63995B;
}
.TagClassName
{
border-color: #63995B;
}
</style>