Shades of Hippie Green #61905D
Tints of Hippie Green #61905D
RGB
CMYK
RGB Variations
Color information
#61905D (or 0x61905D) is known color: Hippie Green. HEX triplet: 61, 90 and 5D. RGB value is (97,144,93). Sum of RGB (Red+Green+Blue) = 97+144+93=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #61905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61905D is #9E6FA2. Grayscale: #7C7C7C. Windows color (decimal): -10383267 or 6131809. OLE color: 6131809.
HSL color Cylindrical-coordinate representation of color #61905D: hue angle of 115.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61905D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 93 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.44 |
| HSL | 115.29º | 0.22% | 0.46% | - |
| HSV(B) | 115.29º | 0.35% | 0.56% | - |
| XYZ | 16.88 | 23.28 | 13.96 | - |
| YUV | 124.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 93 | 0.33 | 0 | 0.35 | 0.44 | 115.29 | 0.22 | 0.46 |
| Hex | 61 | 90 | 5D | 21 | 0 | 23 | 2C | 73 | 16 | 2E |
| Octal | 141 | 220 | 135 | 41 | 0 | 43 | 54 | 163 | 26 | 56 |
| Binary | 1100001 | 10010000 | 1011101 | 100001 | 0 | 100011 | 101100 | 1110011 | 10110 | 101110 |
Color Harmonies of #61905D
Complementary color
Monochromatic Colors of #61905D
Black with #61905D
Text Example
Text Example
White with #61905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61905D; }
p { color: rgb(97,144,93); }
H1.HeaderClassName
{
color: #61905D;
}
.AnyTagClassName
{
color: #61905D;
}
</style>
background-color css
<style>
a { background-color: #61905D; }
a { background-color: rgb(97,144,93); }
div.DivClassName
{
background-color: #61905D;
}
.BgClassName
{
background-color: #61905D;
}
</style>
border-color css
<style>
span { border-color: #61905D; }
span { border-color: rgb(97,144,93); }
td.TdClassName
{
border-color: #61905D;
}
.TagClassName
{
border-color: #61905D;
}
</style>