Shades of Hippie Green #65885E
Tints of Hippie Green #65885E
RGB
CMYK
RGB Variations
Color information
#65885E (or 0x65885E) is known color: Hippie Green. HEX triplet: 65, 88 and 5E. RGB value is (101,136,94). Sum of RGB (Red+Green+Blue) = 101+136+94=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #65885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65885E is #9A77A1. Grayscale: #787878. Windows color (decimal): -10123170 or 6195301. OLE color: 6195301.
HSL color Cylindrical-coordinate representation of color #65885E: hue angle of 110º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65885E is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 94 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.47 |
| HSL | 110º | 0.18% | 0.45% | - |
| HSV(B) | 110º | 0.31% | 0.53% | - |
| XYZ | 16.19 | 21.18 | 13.83 | - |
| YUV | 120.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 94 | 0.26 | 0 | 0.31 | 0.47 | 110 | 0.18 | 0.45 |
| Hex | 65 | 88 | 5E | 1A | 0 | 1F | 2F | 6E | 12 | 2D |
| Octal | 145 | 210 | 136 | 32 | 0 | 37 | 57 | 156 | 22 | 55 |
| Binary | 1100101 | 10001000 | 1011110 | 11010 | 0 | 11111 | 101111 | 1101110 | 10010 | 101101 |
Color Harmonies of #65885E
Complementary color
Monochromatic Colors of #65885E
Black with #65885E
Text Example
Text Example
White with #65885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65885E; }
p { color: rgb(101,136,94); }
H1.HeaderClassName
{
color: #65885E;
}
.AnyTagClassName
{
color: #65885E;
}
</style>
background-color css
<style>
a { background-color: #65885E; }
a { background-color: rgb(101,136,94); }
div.DivClassName
{
background-color: #65885E;
}
.BgClassName
{
background-color: #65885E;
}
</style>
border-color css
<style>
span { border-color: #65885E; }
span { border-color: rgb(101,136,94); }
td.TdClassName
{
border-color: #65885E;
}
.TagClassName
{
border-color: #65885E;
}
</style>