#5C875A

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

Shades of Hippie Green #5C875A

Tints of Hippie Green #5C875A

Color information

#5C875A (or 0x5C875A) is unknown color: approx Hippie Green. HEX triplet: 5C, 87 and 5A. RGB value is (92,135,90). Sum of RGB (Red+Green+Blue) = 92+135+90=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #5C875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C875A is #A378A5. Grayscale: #757575. Windows color (decimal): -10713254 or 5932892. OLE color: 5932892.

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

Color convert

RGB9213590-
CMYK0.3200.330.47
HSL117.33º20%44.12%-
HSV(B)117.33º33.33%52.94%-
XYZ14.9220.3412.81-
YUV117.01112.75110.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=29.02%
G=42.59%
B=28.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135900.3200.330.47117.332044.12
Hex5C875A200212F75142c
Octal13420713240041571652454
Binary10111001000011110110101000000100001101111111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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