#5A875D

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

Shades of Hippie Green #5A875D

Tints of Hippie Green #5A875D

Color information

#5A875D (or 0x5A875D) is unknown color: approx Hippie Green. HEX triplet: 5A, 87 and 5D. RGB value is (90,135,93). Sum of RGB (Red+Green+Blue) = 90+135+93=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #5A875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A875D is #A578A2. Grayscale: #747474. Windows color (decimal): -10844323 or 6129498. OLE color: 6129498.

HSL color Cylindrical-coordinate representation of color #5A875D: hue angle of 124º degrees, saturation: 0.2, 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 #5A875D is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB9013593-
CMYK0.3300.310.47
HSL124º20%44.12%-
HSV(B)124º33.33%52.94%-
XYZ14.8620.2913.49-
YUV116.76114.59108.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=28.30%
G=42.45%
B=29.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90135930.3300.310.471242044.12
Hex5A875D2101F2F7c142c
Octal13220713541037571742454
Binary1011010100001111011101100001011111101111111110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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