#5C875C

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

Shades of Hippie Green #5C875C

Tints of Hippie Green #5C875C

Color information

#5C875C (or 0x5C875C) is unknown color: approx Hippie Green. HEX triplet: 5C, 87 and 5C. RGB value is (92,135,92). Sum of RGB (Red+Green+Blue) = 92+135+92=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #5C875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C875C is #A378A3. Grayscale: #757575. Windows color (decimal): -10713252 or 6063964. OLE color: 6063964.

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

Color convert

RGB9213592-
CMYK0.3200.320.47
HSL120º18.94%44.51%-
HSV(B)120º31.85%52.94%-
XYZ15.0120.3813.27-
YUV117.24113.75110-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=28.84%
G=42.32%
B=28.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135920.3200.320.4712018.9444.51
Hex5C875C200202F78132d
Octal13420713440040571702355
Binary10111001000011110111001000000100000101111111100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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