Shades of Hippie Green #65955D
Tints of Hippie Green #65955D
RGB
CMYK
RGB Variations
Color information
#65955D (or 0x65955D) is known color: Hippie Green. HEX triplet: 65, 95 and 5D. RGB value is (101,149,93). Sum of RGB (Red+Green+Blue) = 101+149+93=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #65955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65955D is #9A6AA2. Grayscale: #808080. Windows color (decimal): -10119843 or 6133093. OLE color: 6133093.
HSL color Cylindrical-coordinate representation of color #65955D: hue angle of 111.43º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65955D is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 93 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.42 |
| HSL | 111.43º | 0.23% | 0.47% | - |
| HSV(B) | 111.43º | 0.38% | 0.58% | - |
| XYZ | 18.09 | 25.05 | 14.24 | - |
| YUV | 128.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 93 | 0.32 | 0 | 0.38 | 0.42 | 111.43 | 0.23 | 0.47 |
| Hex | 65 | 95 | 5D | 20 | 0 | 26 | 2A | 6F | 17 | 2F |
| Octal | 145 | 225 | 135 | 40 | 0 | 46 | 52 | 157 | 27 | 57 |
| Binary | 1100101 | 10010101 | 1011101 | 100000 | 0 | 100110 | 101010 | 1101111 | 10111 | 101111 |
Color Harmonies of #65955D
Complementary color
Monochromatic Colors of #65955D
Black with #65955D
Text Example
Text Example
White with #65955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65955D; }
p { color: rgb(101,149,93); }
H1.HeaderClassName
{
color: #65955D;
}
.AnyTagClassName
{
color: #65955D;
}
</style>
background-color css
<style>
a { background-color: #65955D; }
a { background-color: rgb(101,149,93); }
div.DivClassName
{
background-color: #65955D;
}
.BgClassName
{
background-color: #65955D;
}
</style>
border-color css
<style>
span { border-color: #65955D; }
span { border-color: rgb(101,149,93); }
td.TdClassName
{
border-color: #65955D;
}
.TagClassName
{
border-color: #65955D;
}
</style>