Shades of Hippie Green #58875C
Tints of Hippie Green #58875C
RGB
CMYK
RGB Variations
Color information
#58875C (or 0x58875C) is known color: Hippie Green. HEX triplet: 58, 87 and 5C. RGB value is (88,135,92). Sum of RGB (Red+Green+Blue) = 88+135+92=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #58875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58875C is #A778A3. Grayscale: #747474. Windows color (decimal): -10975396 or 6063960. OLE color: 6063960.
HSL color Cylindrical-coordinate representation of color #58875C: hue angle of 125.11º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58875C is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 135 | 92 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.47 |
| HSL | 125.11º | 0.21% | 0.44% | - |
| HSV(B) | 125.11º | 0.35% | 0.53% | - |
| XYZ | 14.62 | 20.18 | 13.25 | - |
| YUV | 116.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 92 | 0.35 | 0 | 0.32 | 0.47 | 125.11 | 0.21 | 0.44 |
| Hex | 58 | 87 | 5C | 23 | 0 | 20 | 2F | 7D | 15 | 2C |
| Octal | 130 | 207 | 134 | 43 | 0 | 40 | 57 | 175 | 25 | 54 |
| Binary | 1011000 | 10000111 | 1011100 | 100011 | 0 | 100000 | 101111 | 1111101 | 10101 | 101100 |
Color Harmonies of #58875C
Complementary color
Monochromatic Colors of #58875C
Black with #58875C
Text Example
Text Example
White with #58875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58875C; }
p { color: rgb(88,135,92); }
H1.HeaderClassName
{
color: #58875C;
}
.AnyTagClassName
{
color: #58875C;
}
</style>
background-color css
<style>
a { background-color: #58875C; }
a { background-color: rgb(88,135,92); }
div.DivClassName
{
background-color: #58875C;
}
.BgClassName
{
background-color: #58875C;
}
</style>
border-color css
<style>
span { border-color: #58875C; }
span { border-color: rgb(88,135,92); }
td.TdClassName
{
border-color: #58875C;
}
.TagClassName
{
border-color: #58875C;
}
</style>