#5D875B

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

Shades of Hippie Green #5D875B

Tints of Hippie Green #5D875B

Color information

#5D875B (or 0x5D875B) is unknown color: approx Hippie Green. HEX triplet: 5D, 87 and 5B. RGB value is (93,135,91). Sum of RGB (Red+Green+Blue) = 93+135+91=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #5D875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D875B is #A278A4. Grayscale: #757575. Windows color (decimal): -10647717 or 5998429. OLE color: 5998429.

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

Color convert

RGB9313591-
CMYK0.3100.330.47
HSL117.27º19.47%44.31%-
HSV(B)117.27º32.59%52.94%-
XYZ15.0720.4113.04-
YUV117.43113.09110.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=29.15%
G=42.32%
B=28.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93135910.3100.330.47117.2719.4744.31
Hex5D875B1F0212F75132c
Octal13520713337041571652354
Binary1011101100001111011011111110100001101111111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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