Shades of Hippie Green #65945E
Tints of Hippie Green #65945E
RGB
CMYK
RGB Variations
Color information
#65945E (or 0x65945E) is known color: Hippie Green. HEX triplet: 65, 94 and 5E. RGB value is (101,148,94). Sum of RGB (Red+Green+Blue) = 101+148+94=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #65945E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65945E is #9A6BA1. Grayscale: #7F7F7F. Windows color (decimal): -10120098 or 6198373. OLE color: 6198373.
HSL color Cylindrical-coordinate representation of color #65945E: hue angle of 112.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65945E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 94 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.42 |
| HSL | 112.22º | 0.22% | 0.47% | - |
| HSV(B) | 112.22º | 0.36% | 0.58% | - |
| XYZ | 17.98 | 24.75 | 14.42 | - |
| YUV | 127.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 94 | 0.32 | 0 | 0.36 | 0.42 | 112.22 | 0.22 | 0.47 |
| Hex | 65 | 94 | 5E | 20 | 0 | 24 | 2A | 70 | 16 | 2F |
| Octal | 145 | 224 | 136 | 40 | 0 | 44 | 52 | 160 | 26 | 57 |
| Binary | 1100101 | 10010100 | 1011110 | 100000 | 0 | 100100 | 101010 | 1110000 | 10110 | 101111 |
Color Harmonies of #65945E
Complementary color
Monochromatic Colors of #65945E
Black with #65945E
Text Example
Text Example
White with #65945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65945E; }
p { color: rgb(101,148,94); }
H1.HeaderClassName
{
color: #65945E;
}
.AnyTagClassName
{
color: #65945E;
}
</style>
background-color css
<style>
a { background-color: #65945E; }
a { background-color: rgb(101,148,94); }
div.DivClassName
{
background-color: #65945E;
}
.BgClassName
{
background-color: #65945E;
}
</style>
border-color css
<style>
span { border-color: #65945E; }
span { border-color: rgb(101,148,94); }
td.TdClassName
{
border-color: #65945E;
}
.TagClassName
{
border-color: #65945E;
}
</style>