Shades of Hippie Green #65995C
Tints of Hippie Green #65995C
RGB
CMYK
RGB Variations
Color information
#65995C (or 0x65995C) is known color: Hippie Green. HEX triplet: 65, 99 and 5C. RGB value is (101,153,92). Sum of RGB (Red+Green+Blue) = 101+153+92=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #65995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65995C is #9A66A3. Grayscale: #828282. Windows color (decimal): -10118820 or 6068581. OLE color: 6068581.
HSL color Cylindrical-coordinate representation of color #65995C: hue angle of 111.15º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65995C is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 92 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.4 |
| HSL | 111.15º | 0.25% | 0.48% | - |
| HSV(B) | 111.15º | 0.4% | 0.6% | - |
| XYZ | 18.69 | 26.32 | 14.22 | - |
| YUV | 130.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 92 | 0.34 | 0 | 0.40 | 0.4 | 111.15 | 0.25 | 0.48 |
| Hex | 65 | 99 | 5C | 22 | 0 | 28 | 28 | 6F | 19 | 30 |
| Octal | 145 | 231 | 134 | 42 | 0 | 50 | 50 | 157 | 31 | 60 |
| Binary | 1100101 | 10011001 | 1011100 | 100010 | 0 | 101000 | 101000 | 1101111 | 11001 | 110000 |
Color Harmonies of #65995C
Complementary color
Monochromatic Colors of #65995C
Black with #65995C
Text Example
Text Example
White with #65995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65995C; }
p { color: rgb(101,153,92); }
H1.HeaderClassName
{
color: #65995C;
}
.AnyTagClassName
{
color: #65995C;
}
</style>
background-color css
<style>
a { background-color: #65995C; }
a { background-color: rgb(101,153,92); }
div.DivClassName
{
background-color: #65995C;
}
.BgClassName
{
background-color: #65995C;
}
</style>
border-color css
<style>
span { border-color: #65995C; }
span { border-color: rgb(101,153,92); }
td.TdClassName
{
border-color: #65995C;
}
.TagClassName
{
border-color: #65995C;
}
</style>