Shades of Hippie Green #61845A
Tints of Hippie Green #61845A
RGB
CMYK
RGB Variations
Color information
#61845A (or 0x61845A) is known color: Hippie Green. HEX triplet: 61, 84 and 5A. RGB value is (97,132,90). Sum of RGB (Red+Green+Blue) = 97+132+90=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #61845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61845A is #9E7BA5. Grayscale: #747474. Windows color (decimal): -10386342 or 5932129. OLE color: 5932129.
HSL color Cylindrical-coordinate representation of color #61845A: hue angle of 110º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61845A is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 132 | 90 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.48 |
| HSL | 110º | 0.19% | 0.44% | - |
| HSV(B) | 110º | 0.32% | 0.52% | - |
| XYZ | 15.03 | 19.78 | 12.7 | - |
| YUV | 116.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 132 | 90 | 0.27 | 0 | 0.32 | 0.48 | 110 | 0.19 | 0.44 |
| Hex | 61 | 84 | 5A | 1B | 0 | 20 | 30 | 6E | 13 | 2C |
| Octal | 141 | 204 | 132 | 33 | 0 | 40 | 60 | 156 | 23 | 54 |
| Binary | 1100001 | 10000100 | 1011010 | 11011 | 0 | 100000 | 110000 | 1101110 | 10011 | 101100 |
Color Harmonies of #61845A
Complementary color
Monochromatic Colors of #61845A
Black with #61845A
Text Example
Text Example
White with #61845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61845A; }
p { color: rgb(97,132,90); }
H1.HeaderClassName
{
color: #61845A;
}
.AnyTagClassName
{
color: #61845A;
}
</style>
background-color css
<style>
a { background-color: #61845A; }
a { background-color: rgb(97,132,90); }
div.DivClassName
{
background-color: #61845A;
}
.BgClassName
{
background-color: #61845A;
}
</style>
border-color css
<style>
span { border-color: #61845A; }
span { border-color: rgb(97,132,90); }
td.TdClassName
{
border-color: #61845A;
}
.TagClassName
{
border-color: #61845A;
}
</style>