Shades of Hippie Green #65825F
Tints of Hippie Green #65825F
RGB
CMYK
RGB Variations
Color information
#65825F (or 0x65825F) is known color: Hippie Green. HEX triplet: 65, 82 and 5F. RGB value is (101,130,95). Sum of RGB (Red+Green+Blue) = 101+130+95=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #65825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65825F is #9A7DA0. Grayscale: #757575. Windows color (decimal): -10124705 or 6259301. OLE color: 6259301.
HSL color Cylindrical-coordinate representation of color #65825F: hue angle of 109.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65825F is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 95 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.49 |
| HSL | 109.71º | 0.16% | 0.44% | - |
| HSV(B) | 109.71º | 0.27% | 0.51% | - |
| XYZ | 15.42 | 19.56 | 13.79 | - |
| YUV | 117.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 95 | 0.22 | 0 | 0.27 | 0.49 | 109.71 | 0.16 | 0.44 |
| Hex | 65 | 82 | 5F | 16 | 0 | 1B | 31 | 6E | 10 | 2C |
| Octal | 145 | 202 | 137 | 26 | 0 | 33 | 61 | 156 | 20 | 54 |
| Binary | 1100101 | 10000010 | 1011111 | 10110 | 0 | 11011 | 110001 | 1101110 | 10000 | 101100 |
Color Harmonies of #65825F
Complementary color
Monochromatic Colors of #65825F
Black with #65825F
Text Example
Text Example
White with #65825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65825F; }
p { color: rgb(101,130,95); }
H1.HeaderClassName
{
color: #65825F;
}
.AnyTagClassName
{
color: #65825F;
}
</style>
background-color css
<style>
a { background-color: #65825F; }
a { background-color: rgb(101,130,95); }
div.DivClassName
{
background-color: #65825F;
}
.BgClassName
{
background-color: #65825F;
}
</style>
border-color css
<style>
span { border-color: #65825F; }
span { border-color: rgb(101,130,95); }
td.TdClassName
{
border-color: #65825F;
}
.TagClassName
{
border-color: #65825F;
}
</style>