Shades of Hippie Green #5D945D
Tints of Hippie Green #5D945D
RGB
CMYK
RGB Variations
Color information
#5D945D (or 0x5D945D) is known color: Hippie Green. HEX triplet: 5D, 94 and 5D. RGB value is (93,148,93). Sum of RGB (Red+Green+Blue) = 93+148+93=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #5D945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D945D is #A26BA2. Grayscale: #7D7D7D. Windows color (decimal): -10644387 or 6132829. OLE color: 6132829.
HSL color Cylindrical-coordinate representation of color #5D945D: hue angle of 120º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D945D is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 93 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.42 |
| HSL | 120º | 0.23% | 0.47% | - |
| HSV(B) | 120º | 0.37% | 0.58% | - |
| XYZ | 17.08 | 24.3 | 14.15 | - |
| YUV | 125.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 93 | 0.37 | 0 | 0.37 | 0.42 | 120 | 0.23 | 0.47 |
| Hex | 5D | 94 | 5D | 25 | 0 | 25 | 2A | 78 | 17 | 2F |
| Octal | 135 | 224 | 135 | 45 | 0 | 45 | 52 | 170 | 27 | 57 |
| Binary | 1011101 | 10010100 | 1011101 | 100101 | 0 | 100101 | 101010 | 1111000 | 10111 | 101111 |
Color Harmonies of #5D945D
Complementary color
Monochromatic Colors of #5D945D
Black with #5D945D
Text Example
Text Example
White with #5D945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D945D; }
p { color: rgb(93,148,93); }
H1.HeaderClassName
{
color: #5D945D;
}
.AnyTagClassName
{
color: #5D945D;
}
</style>
background-color css
<style>
a { background-color: #5D945D; }
a { background-color: rgb(93,148,93); }
div.DivClassName
{
background-color: #5D945D;
}
.BgClassName
{
background-color: #5D945D;
}
</style>
border-color css
<style>
span { border-color: #5D945D; }
span { border-color: rgb(93,148,93); }
td.TdClassName
{
border-color: #5D945D;
}
.TagClassName
{
border-color: #5D945D;
}
</style>