Shades of Hippie Green #619D5B
Tints of Hippie Green #619D5B
RGB
CMYK
RGB Variations
Color information
#619D5B (or 0x619D5B) is known color: Hippie Green. HEX triplet: 61, 9D and 5B. RGB value is (97,157,91). Sum of RGB (Red+Green+Blue) = 97+157+91=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #619D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D5B is #9E62A4. Grayscale: #838383. Windows color (decimal): -10379941 or 6004065. OLE color: 6004065.
HSL color Cylindrical-coordinate representation of color #619D5B: hue angle of 114.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #619D5B is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 91 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.38 |
| HSL | 114.55º | 0.27% | 0.49% | - |
| HSV(B) | 114.55º | 0.42% | 0.62% | - |
| XYZ | 18.88 | 27.41 | 14.19 | - |
| YUV | 131.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 91 | 0.38 | 0 | 0.42 | 0.38 | 114.55 | 0.27 | 0.49 |
| Hex | 61 | 9D | 5B | 26 | 0 | 2A | 26 | 73 | 1B | 31 |
| Octal | 141 | 235 | 133 | 46 | 0 | 52 | 46 | 163 | 33 | 61 |
| Binary | 1100001 | 10011101 | 1011011 | 100110 | 0 | 101010 | 100110 | 1110011 | 11011 | 110001 |
Color Harmonies of #619D5B
Complementary color
Monochromatic Colors of #619D5B
Black with #619D5B
Text Example
Text Example
White with #619D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D5B; }
p { color: rgb(97,157,91); }
H1.HeaderClassName
{
color: #619D5B;
}
.AnyTagClassName
{
color: #619D5B;
}
</style>
background-color css
<style>
a { background-color: #619D5B; }
a { background-color: rgb(97,157,91); }
div.DivClassName
{
background-color: #619D5B;
}
.BgClassName
{
background-color: #619D5B;
}
</style>
border-color css
<style>
span { border-color: #619D5B; }
span { border-color: rgb(97,157,91); }
td.TdClassName
{
border-color: #619D5B;
}
.TagClassName
{
border-color: #619D5B;
}
</style>