#5A865E

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

Shades of Hippie Green #5A865E

Tints of Hippie Green #5A865E

Color information

#5A865E (or 0x5A865E) is unknown color: approx Hippie Green. HEX triplet: 5A, 86 and 5E. RGB value is (90,134,94). Sum of RGB (Red+Green+Blue) = 90+134+94=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #5A865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A865E is #A579A1. Grayscale: #747474. Windows color (decimal): -10844578 or 6194778. OLE color: 6194778.

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

Color convert

RGB9013494-
CMYK0.3300.300.47
HSL125.45º19.64%43.92%-
HSV(B)125.45º32.84%52.55%-
XYZ14.7620.0313.68-
YUV116.28115.42109.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=28.30%
G=42.14%
B=29.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90134940.3300.300.47125.4519.6443.92
Hex5A865E2101E2F7d142c
Octal13220613641036571752454
Binary1011010100001101011110100001011110101111111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,134,94); }

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

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

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

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

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

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

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