#5D8F62

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

Shades of Hippie Green #5D8F62

Tints of Hippie Green #5D8F62

Color information

#5D8F62 (or 0x5D8F62) is unknown color: approx Hippie Green. HEX triplet: 5D, 8F and 62. RGB value is (93,143,98). Sum of RGB (Red+Green+Blue) = 93+143+98=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #5D8F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8F62 is #A2709D. Grayscale: #7B7B7B. Windows color (decimal): -10645662 or 6459229. OLE color: 6459229.

HSL color Cylindrical-coordinate representation of color #5D8F62: hue angle of 126º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8F62 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB9314398-
CMYK0.3500.310.44
HSL126º21.19%46.27%-
HSV(B)126º34.97%56.08%-
XYZ16.5422.8515.09-
YUV122.92113.94106.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=27.84%
G=42.81%
B=29.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93143980.3500.310.4412621.1946.27
Hex5D8F622301F2C7e152e
Octal13521714243037541762556
Binary1011101100011111100010100011011111101100111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,143,98); }

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

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

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

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

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

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

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