Shades of Hippie Green #61855B
Tints of Hippie Green #61855B
RGB
CMYK
RGB Variations
Color information
#61855B (or 0x61855B) is known color: Hippie Green. HEX triplet: 61, 85 and 5B. RGB value is (97,133,91). Sum of RGB (Red+Green+Blue) = 97+133+91=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #61855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61855B is #9E7AA4. Grayscale: #757575. Windows color (decimal): -10386085 or 5997921. OLE color: 5997921.
HSL color Cylindrical-coordinate representation of color #61855B: hue angle of 111.43º 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 #61855B is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 91 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.48 |
| HSL | 111.43º | 0.19% | 0.44% | - |
| HSV(B) | 111.43º | 0.32% | 0.52% | - |
| XYZ | 15.21 | 20.07 | 12.97 | - |
| YUV | 117.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 91 | 0.27 | 0 | 0.32 | 0.48 | 111.43 | 0.19 | 0.44 |
| Hex | 61 | 85 | 5B | 1B | 0 | 20 | 30 | 6F | 13 | 2C |
| Octal | 141 | 205 | 133 | 33 | 0 | 40 | 60 | 157 | 23 | 54 |
| Binary | 1100001 | 10000101 | 1011011 | 11011 | 0 | 100000 | 110000 | 1101111 | 10011 | 101100 |
Color Harmonies of #61855B
Complementary color
Monochromatic Colors of #61855B
Black with #61855B
Text Example
Text Example
White with #61855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61855B; }
p { color: rgb(97,133,91); }
H1.HeaderClassName
{
color: #61855B;
}
.AnyTagClassName
{
color: #61855B;
}
</style>
background-color css
<style>
a { background-color: #61855B; }
a { background-color: rgb(97,133,91); }
div.DivClassName
{
background-color: #61855B;
}
.BgClassName
{
background-color: #61855B;
}
</style>
border-color css
<style>
span { border-color: #61855B; }
span { border-color: rgb(97,133,91); }
td.TdClassName
{
border-color: #61855B;
}
.TagClassName
{
border-color: #61855B;
}
</style>