Shades of Hippie Green #65A15F
Tints of Hippie Green #65A15F
RGB
CMYK
RGB Variations
Color information
#65A15F (or 0x65A15F) is known color: Hippie Green. HEX triplet: 65, A1 and 5F. RGB value is (101,161,95). Sum of RGB (Red+Green+Blue) = 101+161+95=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #65A15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A15F is #9A5EA0. Grayscale: #878787. Windows color (decimal): -10116769 or 6267237. OLE color: 6267237.
HSL color Cylindrical-coordinate representation of color #65A15F: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A15F is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 95 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.37 |
| HSL | 114.55º | 0.26% | 0.5% | - |
| HSV(B) | 114.55º | 0.41% | 0.63% | - |
| XYZ | 20.18 | 29.08 | 15.38 | - |
| YUV | 135.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 95 | 0.37 | 0 | 0.41 | 0.37 | 114.55 | 0.26 | 0.5 |
| Hex | 65 | A1 | 5F | 25 | 0 | 29 | 25 | 73 | 1A | 32 |
| Octal | 145 | 241 | 137 | 45 | 0 | 51 | 45 | 163 | 32 | 62 |
| Binary | 1100101 | 10100001 | 1011111 | 100101 | 0 | 101001 | 100101 | 1110011 | 11010 | 110010 |
Color Harmonies of #65A15F
Complementary color
Monochromatic Colors of #65A15F
Black with #65A15F
Text Example
Text Example
White with #65A15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A15F; }
p { color: rgb(101,161,95); }
H1.HeaderClassName
{
color: #65A15F;
}
.AnyTagClassName
{
color: #65A15F;
}
</style>
background-color css
<style>
a { background-color: #65A15F; }
a { background-color: rgb(101,161,95); }
div.DivClassName
{
background-color: #65A15F;
}
.BgClassName
{
background-color: #65A15F;
}
</style>
border-color css
<style>
span { border-color: #65A15F; }
span { border-color: rgb(101,161,95); }
td.TdClassName
{
border-color: #65A15F;
}
.TagClassName
{
border-color: #65A15F;
}
</style>