#5C875F

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

Shades of Hippie Green #5C875F

Tints of Hippie Green #5C875F

Color information

#5C875F (or 0x5C875F) is unknown color: approx Hippie Green. HEX triplet: 5C, 87 and 5F. RGB value is (92,135,95). Sum of RGB (Red+Green+Blue) = 92+135+95=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #5C875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C875F is #A378A0. Grayscale: #757575. Windows color (decimal): -10713249 or 6260572. OLE color: 6260572.

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

Color convert

RGB9213595-
CMYK0.3200.300.47
HSL124.19º18.94%44.51%-
HSV(B)124.19º31.85%52.94%-
XYZ15.1420.4313.97-
YUV117.58115.25109.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=28.57%
G=41.93%
B=29.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135950.3200.300.47124.1918.9444.51
Hex5C875F2001E2F7c132d
Octal13420713740036571742355
Binary1011100100001111011111100000011110101111111110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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