#5D8756

Color #5D8756 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5D8756

Tints of Hippie Green #5D8756

Color information

#5D8756 (or 0x5D8756) is unknown color: approx Hippie Green. HEX triplet: 5D, 87 and 56. RGB value is (93,135,86). Sum of RGB (Red+Green+Blue) = 93+135+86=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8756 is #A278A9. Grayscale: #757575. Windows color (decimal): -10647722 or 5670749. OLE color: 5670749.

HSL color Cylindrical-coordinate representation of color #5D8756: hue angle of 111.43º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D8756 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB9313586-
CMYK0.3100.360.47
HSL111.43º22.17%43.33%-
HSV(B)111.43º36.3%52.94%-
XYZ14.8620.3311.94-
YUV116.86110.59110.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=29.62%
G=42.99%
B=27.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93135860.3100.360.47111.4322.1743.33
Hex5D87561F0242F6f162b
Octal13520712637044571572653
Binary1011101100001111010110111110100100101111110111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D8756; }

 p { color: rgb(93,135,86); }

 H1.HeaderClassName
 {
   color: #5D8756;
 }
 .AnyTagClassName
 {
   color: #5D8756;
 }
</style>
background-color css

<style>
 a { background-color: #5D8756; }

 a { background-color: rgb(93,135,86); }

 div.DivClassName
 {
   background-color: #5D8756;
 }
 .BgClassName
 {
   background-color: #5D8756;
 }
</style>
border-color css

<style>
 span { border-color: #5D8756; }

 span { border-color: rgb(93,135,86); }

 td.TdClassName
 {
   border-color: #5D8756;
 }
 .TagClassName
 {
   border-color: #5D8756;
 }
</style>