Shades of Hippie Green #61935E
Tints of Hippie Green #61935E
RGB
CMYK
RGB Variations
Color information
#61935E (or 0x61935E) is known color: Hippie Green. HEX triplet: 61, 93 and 5E. RGB value is (97,147,94). Sum of RGB (Red+Green+Blue) = 97+147+94=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #61935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61935E is #9E6CA1. Grayscale: #7E7E7E. Windows color (decimal): -10382498 or 6198113. OLE color: 6198113.
HSL color Cylindrical-coordinate representation of color #61935E: hue angle of 116.6º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61935E is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 147 | 94 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.42 |
| HSL | 116.6º | 0.22% | 0.47% | - |
| HSV(B) | 116.6º | 0.36% | 0.58% | - |
| XYZ | 17.38 | 24.22 | 14.35 | - |
| YUV | 126.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 94 | 0.34 | 0 | 0.36 | 0.42 | 116.6 | 0.22 | 0.47 |
| Hex | 61 | 93 | 5E | 22 | 0 | 24 | 2A | 75 | 16 | 2F |
| Octal | 141 | 223 | 136 | 42 | 0 | 44 | 52 | 165 | 26 | 57 |
| Binary | 1100001 | 10010011 | 1011110 | 100010 | 0 | 100100 | 101010 | 1110101 | 10110 | 101111 |
Color Harmonies of #61935E
Complementary color
Monochromatic Colors of #61935E
Black with #61935E
Text Example
Text Example
White with #61935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61935E; }
p { color: rgb(97,147,94); }
H1.HeaderClassName
{
color: #61935E;
}
.AnyTagClassName
{
color: #61935E;
}
</style>
background-color css
<style>
a { background-color: #61935E; }
a { background-color: rgb(97,147,94); }
div.DivClassName
{
background-color: #61935E;
}
.BgClassName
{
background-color: #61935E;
}
</style>
border-color css
<style>
span { border-color: #61935E; }
span { border-color: rgb(97,147,94); }
td.TdClassName
{
border-color: #61935E;
}
.TagClassName
{
border-color: #61935E;
}
</style>