Shades of Hippie Green #65865E
Tints of Hippie Green #65865E
RGB
CMYK
RGB Variations
Color information
#65865E (or 0x65865E) is known color: Hippie Green. HEX triplet: 65, 86 and 5E. RGB value is (101,134,94). Sum of RGB (Red+Green+Blue) = 101+134+94=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #65865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65865E is #9A79A1. Grayscale: #777777. Windows color (decimal): -10123682 or 6194789. OLE color: 6194789.
HSL color Cylindrical-coordinate representation of color #65865E: hue angle of 109.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65865E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 94 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.47 |
| HSL | 109.5º | 0.18% | 0.45% | - |
| HSV(B) | 109.5º | 0.3% | 0.53% | - |
| XYZ | 15.91 | 20.63 | 13.73 | - |
| YUV | 119.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 94 | 0.25 | 0 | 0.30 | 0.47 | 109.5 | 0.18 | 0.45 |
| Hex | 65 | 86 | 5E | 19 | 0 | 1E | 2F | 6E | 12 | 2D |
| Octal | 145 | 206 | 136 | 31 | 0 | 36 | 57 | 156 | 22 | 55 |
| Binary | 1100101 | 10000110 | 1011110 | 11001 | 0 | 11110 | 101111 | 1101110 | 10010 | 101101 |
Color Harmonies of #65865E
Complementary color
Monochromatic Colors of #65865E
Black with #65865E
Text Example
Text Example
White with #65865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65865E; }
p { color: rgb(101,134,94); }
H1.HeaderClassName
{
color: #65865E;
}
.AnyTagClassName
{
color: #65865E;
}
</style>
background-color css
<style>
a { background-color: #65865E; }
a { background-color: rgb(101,134,94); }
div.DivClassName
{
background-color: #65865E;
}
.BgClassName
{
background-color: #65865E;
}
</style>
border-color css
<style>
span { border-color: #65865E; }
span { border-color: rgb(101,134,94); }
td.TdClassName
{
border-color: #65865E;
}
.TagClassName
{
border-color: #65865E;
}
</style>