Shades of Hippie Green #63965A
Tints of Hippie Green #63965A
RGB
CMYK
RGB Variations
Color information
#63965A (or 0x63965A) is known color: Hippie Green. HEX triplet: 63, 96 and 5A. RGB value is (99,150,90). Sum of RGB (Red+Green+Blue) = 99+150+90=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #63965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63965A is #9C69A5. Grayscale: #808080. Windows color (decimal): -10250662 or 5936739. OLE color: 5936739.
HSL color Cylindrical-coordinate representation of color #63965A: hue angle of 111º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63965A is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 90 | - |
| CMYK | 0.34 | 0 | 0.4 | 0.41 |
| HSL | 111º | 0.25% | 0.47% | - |
| HSV(B) | 111º | 0.4% | 0.59% | - |
| XYZ | 17.9 | 25.2 | 13.59 | - |
| YUV | 127.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 90 | 0.34 | 0 | 0.4 | 0.41 | 111 | 0.25 | 0.47 |
| Hex | 63 | 96 | 5A | 22 | 0 | 28 | 29 | 6F | 19 | 2F |
| Octal | 143 | 226 | 132 | 42 | 0 | 50 | 51 | 157 | 31 | 57 |
| Binary | 1100011 | 10010110 | 1011010 | 100010 | 0 | 101000 | 101001 | 1101111 | 11001 | 101111 |
Color Harmonies of #63965A
Complementary color
Monochromatic Colors of #63965A
Black with #63965A
Text Example
Text Example
White with #63965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63965A; }
p { color: rgb(99,150,90); }
H1.HeaderClassName
{
color: #63965A;
}
.AnyTagClassName
{
color: #63965A;
}
</style>
background-color css
<style>
a { background-color: #63965A; }
a { background-color: rgb(99,150,90); }
div.DivClassName
{
background-color: #63965A;
}
.BgClassName
{
background-color: #63965A;
}
</style>
border-color css
<style>
span { border-color: #63965A; }
span { border-color: rgb(99,150,90); }
td.TdClassName
{
border-color: #63965A;
}
.TagClassName
{
border-color: #63965A;
}
</style>