Shades of Hippie Green #65885F
Tints of Hippie Green #65885F
RGB
CMYK
RGB Variations
Color information
#65885F (or 0x65885F) is known color: Hippie Green. HEX triplet: 65, 88 and 5F. RGB value is (101,136,95). Sum of RGB (Red+Green+Blue) = 101+136+95=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #65885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65885F is #9A77A0. Grayscale: #787878. Windows color (decimal): -10123169 or 6260837. OLE color: 6260837.
HSL color Cylindrical-coordinate representation of color #65885F: hue angle of 111.22º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65885F is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 95 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.47 |
| HSL | 111.22º | 0.18% | 0.45% | - |
| HSV(B) | 111.22º | 0.3% | 0.53% | - |
| XYZ | 16.24 | 21.2 | 14.06 | - |
| YUV | 120.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 95 | 0.26 | 0 | 0.30 | 0.47 | 111.22 | 0.18 | 0.45 |
| Hex | 65 | 88 | 5F | 1A | 0 | 1E | 2F | 6F | 12 | 2D |
| Octal | 145 | 210 | 137 | 32 | 0 | 36 | 57 | 157 | 22 | 55 |
| Binary | 1100101 | 10001000 | 1011111 | 11010 | 0 | 11110 | 101111 | 1101111 | 10010 | 101101 |
Color Harmonies of #65885F
Complementary color
Monochromatic Colors of #65885F
Black with #65885F
Text Example
Text Example
White with #65885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65885F; }
p { color: rgb(101,136,95); }
H1.HeaderClassName
{
color: #65885F;
}
.AnyTagClassName
{
color: #65885F;
}
</style>
background-color css
<style>
a { background-color: #65885F; }
a { background-color: rgb(101,136,95); }
div.DivClassName
{
background-color: #65885F;
}
.BgClassName
{
background-color: #65885F;
}
</style>
border-color css
<style>
span { border-color: #65885F; }
span { border-color: rgb(101,136,95); }
td.TdClassName
{
border-color: #65885F;
}
.TagClassName
{
border-color: #65885F;
}
</style>