Shades of Hippie Green #61875B
Tints of Hippie Green #61875B
RGB
CMYK
RGB Variations
Color information
#61875B (or 0x61875B) is known color: Hippie Green. HEX triplet: 61, 87 and 5B. RGB value is (97,135,91). Sum of RGB (Red+Green+Blue) = 97+135+91=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #61875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61875B is #9E78A4. Grayscale: #767676. Windows color (decimal): -10385573 or 5998433. OLE color: 5998433.
HSL color Cylindrical-coordinate representation of color #61875B: hue angle of 111.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61875B is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 91 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.47 |
| HSL | 111.82º | 0.19% | 0.44% | - |
| HSV(B) | 111.82º | 0.33% | 0.53% | - |
| XYZ | 15.48 | 20.62 | 13.06 | - |
| YUV | 118.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 91 | 0.28 | 0 | 0.33 | 0.47 | 111.82 | 0.19 | 0.44 |
| Hex | 61 | 87 | 5B | 1C | 0 | 21 | 2F | 70 | 13 | 2C |
| Octal | 141 | 207 | 133 | 34 | 0 | 41 | 57 | 160 | 23 | 54 |
| Binary | 1100001 | 10000111 | 1011011 | 11100 | 0 | 100001 | 101111 | 1110000 | 10011 | 101100 |
Color Harmonies of #61875B
Complementary color
Monochromatic Colors of #61875B
Black with #61875B
Text Example
Text Example
White with #61875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61875B; }
p { color: rgb(97,135,91); }
H1.HeaderClassName
{
color: #61875B;
}
.AnyTagClassName
{
color: #61875B;
}
</style>
background-color css
<style>
a { background-color: #61875B; }
a { background-color: rgb(97,135,91); }
div.DivClassName
{
background-color: #61875B;
}
.BgClassName
{
background-color: #61875B;
}
</style>
border-color css
<style>
span { border-color: #61875B; }
span { border-color: rgb(97,135,91); }
td.TdClassName
{
border-color: #61875B;
}
.TagClassName
{
border-color: #61875B;
}
</style>