Shades of Hippie Green #5B964A
Tints of Hippie Green #5B964A
RGB
CMYK
RGB Variations
Color information
#5B964A (or 0x5B964A) is known color: Hippie Green. HEX triplet: 5B, 96 and 4A. RGB value is (91,150,74). Sum of RGB (Red+Green+Blue) = 91+150+74=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #5B964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B964A is #A469B5. Grayscale: #7B7B7B. Windows color (decimal): -10774966 or 4888155. OLE color: 4888155.
HSL color Cylindrical-coordinate representation of color #5B964A: hue angle of 106.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B964A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 74 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.41 |
| HSL | 106.58º | 0.34% | 0.44% | - |
| HSV(B) | 106.58º | 0.51% | 0.59% | - |
| XYZ | 16.46 | 24.53 | 10.35 | - |
| YUV | 123.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 74 | 0.39 | 0 | 0.51 | 0.41 | 106.58 | 0.34 | 0.44 |
| Hex | 5B | 96 | 4A | 27 | 0 | 33 | 29 | 6B | 22 | 2C |
| Octal | 133 | 226 | 112 | 47 | 0 | 63 | 51 | 153 | 42 | 54 |
| Binary | 1011011 | 10010110 | 1001010 | 100111 | 0 | 110011 | 101001 | 1101011 | 100010 | 101100 |
Color Harmonies of #5B964A
Complementary color
Monochromatic Colors of #5B964A
Black with #5B964A
Text Example
Text Example
White with #5B964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B964A; }
p { color: rgb(91,150,74); }
H1.HeaderClassName
{
color: #5B964A;
}
.AnyTagClassName
{
color: #5B964A;
}
</style>
background-color css
<style>
a { background-color: #5B964A; }
a { background-color: rgb(91,150,74); }
div.DivClassName
{
background-color: #5B964A;
}
.BgClassName
{
background-color: #5B964A;
}
</style>
border-color css
<style>
span { border-color: #5B964A; }
span { border-color: rgb(91,150,74); }
td.TdClassName
{
border-color: #5B964A;
}
.TagClassName
{
border-color: #5B964A;
}
</style>