Shades of Hippie Green #65855D
Tints of Hippie Green #65855D
RGB
CMYK
RGB Variations
Color information
#65855D (or 0x65855D) is known color: Hippie Green. HEX triplet: 65, 85 and 5D. RGB value is (101,133,93). Sum of RGB (Red+Green+Blue) = 101+133+93=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #65855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65855D is #9A7AA2. Grayscale: #777777. Windows color (decimal): -10123939 or 6128997. OLE color: 6128997.
HSL color Cylindrical-coordinate representation of color #65855D: hue angle of 108º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65855D is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 93 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.48 |
| HSL | 108º | 0.18% | 0.44% | - |
| HSV(B) | 108º | 0.3% | 0.52% | - |
| XYZ | 15.73 | 20.33 | 13.45 | - |
| YUV | 118.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 93 | 0.24 | 0 | 0.30 | 0.48 | 108 | 0.18 | 0.44 |
| Hex | 65 | 85 | 5D | 18 | 0 | 1E | 30 | 6C | 12 | 2C |
| Octal | 145 | 205 | 135 | 30 | 0 | 36 | 60 | 154 | 22 | 54 |
| Binary | 1100101 | 10000101 | 1011101 | 11000 | 0 | 11110 | 110000 | 1101100 | 10010 | 101100 |
Color Harmonies of #65855D
Complementary color
Monochromatic Colors of #65855D
Black with #65855D
Text Example
Text Example
White with #65855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65855D; }
p { color: rgb(101,133,93); }
H1.HeaderClassName
{
color: #65855D;
}
.AnyTagClassName
{
color: #65855D;
}
</style>
background-color css
<style>
a { background-color: #65855D; }
a { background-color: rgb(101,133,93); }
div.DivClassName
{
background-color: #65855D;
}
.BgClassName
{
background-color: #65855D;
}
</style>
border-color css
<style>
span { border-color: #65855D; }
span { border-color: rgb(101,133,93); }
td.TdClassName
{
border-color: #65855D;
}
.TagClassName
{
border-color: #65855D;
}
</style>