#5D865B

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

Shades of Hippie Green #5D865B

Tints of Hippie Green #5D865B

Color information

#5D865B (or 0x5D865B) is unknown color: approx Hippie Green. HEX triplet: 5D, 86 and 5B. RGB value is (93,134,91). Sum of RGB (Red+Green+Blue) = 93+134+91=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #5D865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D865B is #A279A4. Grayscale: #747474. Windows color (decimal): -10647973 or 5998173. OLE color: 5998173.

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

Color convert

RGB9313491-
CMYK0.3100.320.47
HSL117.21º19.11%44.12%-
HSV(B)117.21º32.09%52.55%-
XYZ14.9320.1313-
YUV116.84113.42111-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.25%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=29.25%
G=42.14%
B=28.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134910.3100.320.47117.2119.1144.12
Hex5D865B1F0202F75132c
Octal13520613337040571652354
Binary1011101100001101011011111110100000101111111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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