Shades of Hippie Green #5B8F60
Tints of Hippie Green #5B8F60
RGB
CMYK
RGB Variations
Color information
#5B8F60 (or 0x5B8F60) is known color: Hippie Green. HEX triplet: 5B, 8F and 60. RGB value is (91,143,96). Sum of RGB (Red+Green+Blue) = 91+143+96=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #5B8F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8F60 is #A4709F. Grayscale: #7A7A7A. Windows color (decimal): -10776736 or 6328155. OLE color: 6328155.
HSL color Cylindrical-coordinate representation of color #5B8F60: hue angle of 125.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8F60 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 143 | 96 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.44 |
| HSL | 125.77º | 0.22% | 0.46% | - |
| HSV(B) | 125.77º | 0.36% | 0.56% | - |
| XYZ | 16.25 | 22.71 | 14.59 | - |
| YUV | 122.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 96 | 0.36 | 0 | 0.33 | 0.44 | 125.77 | 0.22 | 0.46 |
| Hex | 5B | 8F | 60 | 24 | 0 | 21 | 2C | 7E | 16 | 2E |
| Octal | 133 | 217 | 140 | 44 | 0 | 41 | 54 | 176 | 26 | 56 |
| Binary | 1011011 | 10001111 | 1100000 | 100100 | 0 | 100001 | 101100 | 1111110 | 10110 | 101110 |
Color Harmonies of #5B8F60
Complementary color
Monochromatic Colors of #5B8F60
Black with #5B8F60
Text Example
Text Example
White with #5B8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8F60; }
p { color: rgb(91,143,96); }
H1.HeaderClassName
{
color: #5B8F60;
}
.AnyTagClassName
{
color: #5B8F60;
}
</style>
background-color css
<style>
a { background-color: #5B8F60; }
a { background-color: rgb(91,143,96); }
div.DivClassName
{
background-color: #5B8F60;
}
.BgClassName
{
background-color: #5B8F60;
}
</style>
border-color css
<style>
span { border-color: #5B8F60; }
span { border-color: rgb(91,143,96); }
td.TdClassName
{
border-color: #5B8F60;
}
.TagClassName
{
border-color: #5B8F60;
}
</style>