Shades of Hippie Green #619D5D
Tints of Hippie Green #619D5D
RGB
CMYK
RGB Variations
Color information
#619D5D (or 0x619D5D) is known color: Hippie Green. HEX triplet: 61, 9D and 5D. RGB value is (97,157,93). Sum of RGB (Red+Green+Blue) = 97+157+93=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #619D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D5D is #9E62A2. Grayscale: #838383. Windows color (decimal): -10379939 or 6135137. OLE color: 6135137.
HSL color Cylindrical-coordinate representation of color #619D5D: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #619D5D is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 93 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.38 |
| HSL | 116.25º | 0.26% | 0.49% | - |
| HSV(B) | 116.25º | 0.41% | 0.62% | - |
| XYZ | 18.96 | 27.45 | 14.65 | - |
| YUV | 131.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 93 | 0.38 | 0 | 0.41 | 0.38 | 116.25 | 0.26 | 0.49 |
| Hex | 61 | 9D | 5D | 26 | 0 | 29 | 26 | 74 | 1A | 31 |
| Octal | 141 | 235 | 135 | 46 | 0 | 51 | 46 | 164 | 32 | 61 |
| Binary | 1100001 | 10011101 | 1011101 | 100110 | 0 | 101001 | 100110 | 1110100 | 11010 | 110001 |
Color Harmonies of #619D5D
Complementary color
Monochromatic Colors of #619D5D
Black with #619D5D
Text Example
Text Example
White with #619D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D5D; }
p { color: rgb(97,157,93); }
H1.HeaderClassName
{
color: #619D5D;
}
.AnyTagClassName
{
color: #619D5D;
}
</style>
background-color css
<style>
a { background-color: #619D5D; }
a { background-color: rgb(97,157,93); }
div.DivClassName
{
background-color: #619D5D;
}
.BgClassName
{
background-color: #619D5D;
}
</style>
border-color css
<style>
span { border-color: #619D5D; }
span { border-color: rgb(97,157,93); }
td.TdClassName
{
border-color: #619D5D;
}
.TagClassName
{
border-color: #619D5D;
}
</style>