Shades of Hippie Green #619762
Tints of Hippie Green #619762
RGB
CMYK
RGB Variations
Color information
#619762 (or 0x619762) is known color: Hippie Green. HEX triplet: 61, 97 and 62. RGB value is (97,151,98). Sum of RGB (Red+Green+Blue) = 97+151+98=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #619762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619762 is #9E689D. Grayscale: #808080. Windows color (decimal): -10381470 or 6461281. OLE color: 6461281.
HSL color Cylindrical-coordinate representation of color #619762: hue angle of 121.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619762 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 151 | 98 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.41 |
| HSL | 121.11º | 0.22% | 0.49% | - |
| HSV(B) | 121.11º | 0.36% | 0.59% | - |
| XYZ | 18.2 | 25.56 | 15.53 | - |
| YUV | 128.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 98 | 0.36 | 0 | 0.35 | 0.41 | 121.11 | 0.22 | 0.49 |
| Hex | 61 | 97 | 62 | 24 | 0 | 23 | 29 | 79 | 16 | 31 |
| Octal | 141 | 227 | 142 | 44 | 0 | 43 | 51 | 171 | 26 | 61 |
| Binary | 1100001 | 10010111 | 1100010 | 100100 | 0 | 100011 | 101001 | 1111001 | 10110 | 110001 |
Color Harmonies of #619762
Complementary color
Monochromatic Colors of #619762
Black with #619762
Text Example
Text Example
White with #619762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619762; }
p { color: rgb(97,151,98); }
H1.HeaderClassName
{
color: #619762;
}
.AnyTagClassName
{
color: #619762;
}
</style>
background-color css
<style>
a { background-color: #619762; }
a { background-color: rgb(97,151,98); }
div.DivClassName
{
background-color: #619762;
}
.BgClassName
{
background-color: #619762;
}
</style>
border-color css
<style>
span { border-color: #619762; }
span { border-color: rgb(97,151,98); }
td.TdClassName
{
border-color: #619762;
}
.TagClassName
{
border-color: #619762;
}
</style>