Shades of Hippie Green #618A5D
Tints of Hippie Green #618A5D
RGB
CMYK
RGB Variations
Color information
#618A5D (or 0x618A5D) is known color: Hippie Green. HEX triplet: 61, 8A and 5D. RGB value is (97,138,93). Sum of RGB (Red+Green+Blue) = 97+138+93=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #618A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A5D is #9E75A2. Grayscale: #787878. Windows color (decimal): -10384803 or 6130273. OLE color: 6130273.
HSL color Cylindrical-coordinate representation of color #618A5D: hue angle of 114.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618A5D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 138 | 93 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.46 |
| HSL | 114.67º | 0.19% | 0.45% | - |
| HSV(B) | 114.67º | 0.33% | 0.54% | - |
| XYZ | 15.99 | 21.51 | 13.66 | - |
| YUV | 120.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 93 | 0.30 | 0 | 0.33 | 0.46 | 114.67 | 0.19 | 0.45 |
| Hex | 61 | 8A | 5D | 1E | 0 | 21 | 2E | 73 | 13 | 2D |
| Octal | 141 | 212 | 135 | 36 | 0 | 41 | 56 | 163 | 23 | 55 |
| Binary | 1100001 | 10001010 | 1011101 | 11110 | 0 | 100001 | 101110 | 1110011 | 10011 | 101101 |
Color Harmonies of #618A5D
Complementary color
Monochromatic Colors of #618A5D
Black with #618A5D
Text Example
Text Example
White with #618A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618A5D; }
p { color: rgb(97,138,93); }
H1.HeaderClassName
{
color: #618A5D;
}
.AnyTagClassName
{
color: #618A5D;
}
</style>
background-color css
<style>
a { background-color: #618A5D; }
a { background-color: rgb(97,138,93); }
div.DivClassName
{
background-color: #618A5D;
}
.BgClassName
{
background-color: #618A5D;
}
</style>
border-color css
<style>
span { border-color: #618A5D; }
span { border-color: rgb(97,138,93); }
td.TdClassName
{
border-color: #618A5D;
}
.TagClassName
{
border-color: #618A5D;
}
</style>