Shades of Hippie Green #61825A
Tints of Hippie Green #61825A
RGB
CMYK
RGB Variations
Color information
#61825A (or 0x61825A) is known color: Hippie Green. HEX triplet: 61, 82 and 5A. RGB value is (97,130,90). Sum of RGB (Red+Green+Blue) = 97+130+90=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #61825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61825A is #9E7DA5. Grayscale: #737373. Windows color (decimal): -10386854 or 5931617. OLE color: 5931617.
HSL color Cylindrical-coordinate representation of color #61825A: hue angle of 109.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61825A is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 90 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.49 |
| HSL | 109.5º | 0.18% | 0.43% | - |
| HSV(B) | 109.5º | 0.31% | 0.51% | - |
| XYZ | 14.76 | 19.24 | 12.61 | - |
| YUV | 115.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 90 | 0.25 | 0 | 0.31 | 0.49 | 109.5 | 0.18 | 0.43 |
| Hex | 61 | 82 | 5A | 19 | 0 | 1F | 31 | 6E | 12 | 2B |
| Octal | 141 | 202 | 132 | 31 | 0 | 37 | 61 | 156 | 22 | 53 |
| Binary | 1100001 | 10000010 | 1011010 | 11001 | 0 | 11111 | 110001 | 1101110 | 10010 | 101011 |
Color Harmonies of #61825A
Complementary color
Monochromatic Colors of #61825A
Black with #61825A
Text Example
Text Example
White with #61825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61825A; }
p { color: rgb(97,130,90); }
H1.HeaderClassName
{
color: #61825A;
}
.AnyTagClassName
{
color: #61825A;
}
</style>
background-color css
<style>
a { background-color: #61825A; }
a { background-color: rgb(97,130,90); }
div.DivClassName
{
background-color: #61825A;
}
.BgClassName
{
background-color: #61825A;
}
</style>
border-color css
<style>
span { border-color: #61825A; }
span { border-color: rgb(97,130,90); }
td.TdClassName
{
border-color: #61825A;
}
.TagClassName
{
border-color: #61825A;
}
</style>