Shades of Hippie Green #65955C
Tints of Hippie Green #65955C
RGB
CMYK
RGB Variations
Color information
#65955C (or 0x65955C) is known color: Hippie Green. HEX triplet: 65, 95 and 5C. RGB value is (101,149,92). Sum of RGB (Red+Green+Blue) = 101+149+92=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #65955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65955C is #9A6AA3. Grayscale: #808080. Windows color (decimal): -10119844 or 6067557. OLE color: 6067557.
HSL color Cylindrical-coordinate representation of color #65955C: hue angle of 110.53º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65955C is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 92 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.42 |
| HSL | 110.53º | 0.24% | 0.47% | - |
| HSV(B) | 110.53º | 0.38% | 0.58% | - |
| XYZ | 18.05 | 25.03 | 14.01 | - |
| YUV | 128.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 92 | 0.32 | 0 | 0.38 | 0.42 | 110.53 | 0.24 | 0.47 |
| Hex | 65 | 95 | 5C | 20 | 0 | 26 | 2A | 6F | 18 | 2F |
| Octal | 145 | 225 | 134 | 40 | 0 | 46 | 52 | 157 | 30 | 57 |
| Binary | 1100101 | 10010101 | 1011100 | 100000 | 0 | 100110 | 101010 | 1101111 | 11000 | 101111 |
Color Harmonies of #65955C
Complementary color
Monochromatic Colors of #65955C
Black with #65955C
Text Example
Text Example
White with #65955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65955C; }
p { color: rgb(101,149,92); }
H1.HeaderClassName
{
color: #65955C;
}
.AnyTagClassName
{
color: #65955C;
}
</style>
background-color css
<style>
a { background-color: #65955C; }
a { background-color: rgb(101,149,92); }
div.DivClassName
{
background-color: #65955C;
}
.BgClassName
{
background-color: #65955C;
}
</style>
border-color css
<style>
span { border-color: #65955C; }
span { border-color: rgb(101,149,92); }
td.TdClassName
{
border-color: #65955C;
}
.TagClassName
{
border-color: #65955C;
}
</style>