#5D7B5C

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

Shades of Hippie Green #5D7B5C

Tints of Hippie Green #5D7B5C

Color information

#5D7B5C (or 0x5D7B5C) is unknown color: approx Hippie Green. HEX triplet: 5D, 7B and 5C. RGB value is (93,123,92). Sum of RGB (Red+Green+Blue) = 93+123+92=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7B5C is #A284A3. Grayscale: #6E6E6E. Windows color (decimal): -10650788 or 6060893. OLE color: 6060893.

HSL color Cylindrical-coordinate representation of color #5D7B5C: hue angle of 118.06º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D7B5C is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB9312392-
CMYK0.2400.250.52
HSL118.06º14.42%42.16%-
HSV(B)118.06º25.2%48.24%-
XYZ13.5317.2712.74-
YUV110.5117.56115.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.19%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=30.19%
G=39.94%
B=29.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93123920.2400.250.52118.0614.4242.16
Hex5D7B5C180193476e2a
Octal13517313430031641661652
Binary1011101111101110111001100001100111010011101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,123,92); }

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

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

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

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

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

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

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