Shades of Hippie Green #639B60
Tints of Hippie Green #639B60
RGB
CMYK
RGB Variations
Color information
#639B60 (or 0x639B60) is known color: Hippie Green. HEX triplet: 63, 9B and 60. RGB value is (99,155,96). Sum of RGB (Red+Green+Blue) = 99+155+96=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #639B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B60 is #9C649F. Grayscale: #838383. Windows color (decimal): -10249376 or 6331235. OLE color: 6331235.
HSL color Cylindrical-coordinate representation of color #639B60: hue angle of 116.95º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639B60 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 96 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.39 |
| HSL | 116.95º | 0.24% | 0.49% | - |
| HSV(B) | 116.95º | 0.38% | 0.61% | - |
| XYZ | 18.98 | 26.94 | 15.27 | - |
| YUV | 131.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 96 | 0.36 | 0 | 0.38 | 0.39 | 116.95 | 0.24 | 0.49 |
| Hex | 63 | 9B | 60 | 24 | 0 | 26 | 27 | 75 | 18 | 31 |
| Octal | 143 | 233 | 140 | 44 | 0 | 46 | 47 | 165 | 30 | 61 |
| Binary | 1100011 | 10011011 | 1100000 | 100100 | 0 | 100110 | 100111 | 1110101 | 11000 | 110001 |
Color Harmonies of #639B60
Complementary color
Monochromatic Colors of #639B60
Black with #639B60
Text Example
Text Example
White with #639B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B60; }
p { color: rgb(99,155,96); }
H1.HeaderClassName
{
color: #639B60;
}
.AnyTagClassName
{
color: #639B60;
}
</style>
background-color css
<style>
a { background-color: #639B60; }
a { background-color: rgb(99,155,96); }
div.DivClassName
{
background-color: #639B60;
}
.BgClassName
{
background-color: #639B60;
}
</style>
border-color css
<style>
span { border-color: #639B60; }
span { border-color: rgb(99,155,96); }
td.TdClassName
{
border-color: #639B60;
}
.TagClassName
{
border-color: #639B60;
}
</style>