Shades of Hippie Green #61815A
Tints of Hippie Green #61815A
RGB
CMYK
RGB Variations
Color information
#61815A (or 0x61815A) is known color: Hippie Green. HEX triplet: 61, 81 and 5A. RGB value is (97,129,90). Sum of RGB (Red+Green+Blue) = 97+129+90=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #61815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61815A is #9E7EA5. Grayscale: #737373. Windows color (decimal): -10387110 or 5931361. OLE color: 5931361.
HSL color Cylindrical-coordinate representation of color #61815A: hue angle of 109.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61815A is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 90 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.49 |
| HSL | 109.23º | 0.18% | 0.43% | - |
| HSV(B) | 109.23º | 0.3% | 0.51% | - |
| XYZ | 14.63 | 18.98 | 12.57 | - |
| YUV | 114.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 90 | 0.25 | 0 | 0.30 | 0.49 | 109.23 | 0.18 | 0.43 |
| Hex | 61 | 81 | 5A | 19 | 0 | 1E | 31 | 6D | 12 | 2B |
| Octal | 141 | 201 | 132 | 31 | 0 | 36 | 61 | 155 | 22 | 53 |
| Binary | 1100001 | 10000001 | 1011010 | 11001 | 0 | 11110 | 110001 | 1101101 | 10010 | 101011 |
Color Harmonies of #61815A
Complementary color
Monochromatic Colors of #61815A
Black with #61815A
Text Example
Text Example
White with #61815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61815A; }
p { color: rgb(97,129,90); }
H1.HeaderClassName
{
color: #61815A;
}
.AnyTagClassName
{
color: #61815A;
}
</style>
background-color css
<style>
a { background-color: #61815A; }
a { background-color: rgb(97,129,90); }
div.DivClassName
{
background-color: #61815A;
}
.BgClassName
{
background-color: #61815A;
}
</style>
border-color css
<style>
span { border-color: #61815A; }
span { border-color: rgb(97,129,90); }
td.TdClassName
{
border-color: #61815A;
}
.TagClassName
{
border-color: #61815A;
}
</style>