Shades of Hippie Green #5A8B5A
Tints of Hippie Green #5A8B5A
RGB
CMYK
RGB Variations
Color information
#5A8B5A (or 0x5A8B5A) is known color: Hippie Green. HEX triplet: 5A, 8B and 5A. RGB value is (90,139,90). Sum of RGB (Red+Green+Blue) = 90+139+90=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B5A is #A574A5. Grayscale: #767676. Windows color (decimal): -10843302 or 5933914. OLE color: 5933914.
HSL color Cylindrical-coordinate representation of color #5A8B5A: hue angle of 120º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B5A is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
RGB | 90 | 139 | 90 | - |
CMYK | 0.35 | 0 | 0.35 | 0.45 |
HSL | 120º | 0.21% | 0.45% | - |
HSV(B) | 120º | 0.35% | 0.55% | - |
XYZ | 15.29 | 21.38 | 12.99 | - |
YUV | 118.76 | 111.77 | 107.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 139 | 90 | 0.35 | 0 | 0.35 | 0.45 | 120 | 0.21 | 0.45 |
Hex | 5A | 8B | 5A | 23 | 0 | 23 | 2D | 78 | 15 | 2D |
Octal | 132 | 213 | 132 | 43 | 0 | 43 | 55 | 170 | 25 | 55 |
Binary | 1011010 | 10001011 | 1011010 | 100011 | 0 | 100011 | 101101 | 1111000 | 10101 | 101101 |
Color Harmonies of #5A8B5A
Complementary color
Monochromatic Colors of #5A8B5A
Black with #5A8B5A
Text Example
Text Example
White with #5A8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8B5A; }
p { color: rgb(90,139,90); }
H1.HeaderClassName
{
color: #5A8B5A;
}
.AnyTagClassName
{
color: #5A8B5A;
}
</style>
background-color css
<style>
a { background-color: #5A8B5A; }
a { background-color: rgb(90,139,90); }
div.DivClassName
{
background-color: #5A8B5A;
}
.BgClassName
{
background-color: #5A8B5A;
}
</style>
border-color css
<style>
span { border-color: #5A8B5A; }
span { border-color: rgb(90,139,90); }
td.TdClassName
{
border-color: #5A8B5A;
}
.TagClassName
{
border-color: #5A8B5A;
}
</style>