Shades of Hippie Green #65935E
Tints of Hippie Green #65935E
RGB
CMYK
RGB Variations
Color information
#65935E (or 0x65935E) is known color: Hippie Green. HEX triplet: 65, 93 and 5E. RGB value is (101,147,94). Sum of RGB (Red+Green+Blue) = 101+147+94=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #65935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65935E is #9A6CA1. Grayscale: #7F7F7F. Windows color (decimal): -10120354 or 6198117. OLE color: 6198117.
HSL color Cylindrical-coordinate representation of color #65935E: hue angle of 112.08º 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 #65935E is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 94 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.42 |
| HSL | 112.08º | 0.22% | 0.47% | - |
| HSV(B) | 112.08º | 0.36% | 0.58% | - |
| XYZ | 17.82 | 24.44 | 14.37 | - |
| YUV | 127.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 94 | 0.31 | 0 | 0.36 | 0.42 | 112.08 | 0.22 | 0.47 |
| Hex | 65 | 93 | 5E | 1F | 0 | 24 | 2A | 70 | 16 | 2F |
| Octal | 145 | 223 | 136 | 37 | 0 | 44 | 52 | 160 | 26 | 57 |
| Binary | 1100101 | 10010011 | 1011110 | 11111 | 0 | 100100 | 101010 | 1110000 | 10110 | 101111 |
Color Harmonies of #65935E
Complementary color
Monochromatic Colors of #65935E
Black with #65935E
Text Example
Text Example
White with #65935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65935E; }
p { color: rgb(101,147,94); }
H1.HeaderClassName
{
color: #65935E;
}
.AnyTagClassName
{
color: #65935E;
}
</style>
background-color css
<style>
a { background-color: #65935E; }
a { background-color: rgb(101,147,94); }
div.DivClassName
{
background-color: #65935E;
}
.BgClassName
{
background-color: #65935E;
}
</style>
border-color css
<style>
span { border-color: #65935E; }
span { border-color: rgb(101,147,94); }
td.TdClassName
{
border-color: #65935E;
}
.TagClassName
{
border-color: #65935E;
}
</style>