Shades of Hippie Green #639655
Tints of Hippie Green #639655
RGB
CMYK
RGB Variations
Color information
#639655 (or 0x639655) is known color: Hippie Green. HEX triplet: 63, 96 and 55. RGB value is (99,150,85). Sum of RGB (Red+Green+Blue) = 99+150+85=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #639655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639655 is #9C69AA. Grayscale: #7F7F7F. Windows color (decimal): -10250667 or 5609059. OLE color: 5609059.
HSL color Cylindrical-coordinate representation of color #639655: hue angle of 107.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #639655 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 85 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.41 |
| HSL | 107.08º | 0.28% | 0.46% | - |
| HSV(B) | 107.08º | 0.43% | 0.59% | - |
| XYZ | 17.69 | 25.12 | 12.51 | - |
| YUV | 127.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 85 | 0.34 | 0 | 0.43 | 0.41 | 107.08 | 0.28 | 0.46 |
| Hex | 63 | 96 | 55 | 22 | 0 | 2B | 29 | 6B | 1C | 2E |
| Octal | 143 | 226 | 125 | 42 | 0 | 53 | 51 | 153 | 34 | 56 |
| Binary | 1100011 | 10010110 | 1010101 | 100010 | 0 | 101011 | 101001 | 1101011 | 11100 | 101110 |
Color Harmonies of #639655
Complementary color
Monochromatic Colors of #639655
Black with #639655
Text Example
Text Example
White with #639655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639655; }
p { color: rgb(99,150,85); }
H1.HeaderClassName
{
color: #639655;
}
.AnyTagClassName
{
color: #639655;
}
</style>
background-color css
<style>
a { background-color: #639655; }
a { background-color: rgb(99,150,85); }
div.DivClassName
{
background-color: #639655;
}
.BgClassName
{
background-color: #639655;
}
</style>
border-color css
<style>
span { border-color: #639655; }
span { border-color: rgb(99,150,85); }
td.TdClassName
{
border-color: #639655;
}
.TagClassName
{
border-color: #639655;
}
</style>