#5E875C

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

Shades of Hippie Green #5E875C

Tints of Hippie Green #5E875C

Color information

#5E875C (or 0x5E875C) is unknown color: approx Hippie Green. HEX triplet: 5E, 87 and 5C. RGB value is (94,135,92). Sum of RGB (Red+Green+Blue) = 94+135+92=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #5E875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E875C is #A178A3. Grayscale: #757575. Windows color (decimal): -10582180 or 6063966. OLE color: 6063966.

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

Color convert

RGB9413592-
CMYK0.3000.320.47
HSL117.21º18.94%44.51%-
HSV(B)117.21º31.85%52.94%-
XYZ15.2120.4813.28-
YUV117.84113.42111-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=29.28%
G=42.06%
B=28.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94135920.3000.320.47117.2118.9444.51
Hex5E875C1E0202F75132d
Octal13620713436040571652355
Binary1011110100001111011100111100100000101111111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,135,92); }

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

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

 a { background-color: rgb(94,135,92); }

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

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

 span { border-color: rgb(94,135,92); }

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