#5D865D

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

Shades of Hippie Green #5D865D

Tints of Hippie Green #5D865D

Color information

#5D865D (or 0x5D865D) is unknown color: approx Hippie Green. HEX triplet: 5D, 86 and 5D. RGB value is (93,134,93). Sum of RGB (Red+Green+Blue) = 93+134+93=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #5D865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D865D is #A279A2. Grayscale: #757575. Windows color (decimal): -10647971 or 6129245. OLE color: 6129245.

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

Color convert

RGB9313493-
CMYK0.3100.310.47
HSL120º18.06%44.51%-
HSV(B)120º30.6%52.55%-
XYZ15.0220.1713.46-
YUV117.07114.42110.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=29.06%
G=41.88%
B=29.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134930.3100.310.4712018.0644.51
Hex5D865D1F01F2F78122d
Octal13520613537037571702255
Binary101110110000110101110111111011111101111111100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,134,93); }

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

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

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

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

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

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

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