#5D895D

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

Shades of Hippie Green #5D895D

Tints of Hippie Green #5D895D

Color information

#5D895D (or 0x5D895D) is unknown color: approx Hippie Green. HEX triplet: 5D, 89 and 5D. RGB value is (93,137,93). Sum of RGB (Red+Green+Blue) = 93+137+93=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #5D895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D895D is #A276A2. Grayscale: #767676. Windows color (decimal): -10647203 or 6130013. OLE color: 6130013.

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

Color convert

RGB9313793-
CMYK0.3200.320.46
HSL120º19.13%45.1%-
HSV(B)120º32.12%53.73%-
XYZ15.4421.0113.6-
YUV118.83113.42109.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=28.79%
G=42.41%
B=28.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93137930.3200.320.4612019.1345.1
Hex5D895D200202E78132d
Octal13521113540040561702355
Binary10111011000100110111011000000100000101110111100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,137,93); }

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

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

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

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

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

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

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