#5B9162

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

Shades of Hippie Green #5B9162

Tints of Hippie Green #5B9162

Color information

#5B9162 (or 0x5B9162) is unknown color: approx Hippie Green. HEX triplet: 5B, 91 and 62. RGB value is (91,145,98). Sum of RGB (Red+Green+Blue) = 91+145+98=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9162 is #A46E9D. Grayscale: #7B7B7B. Windows color (decimal): -10776222 or 6459739. OLE color: 6459739.

HSL color Cylindrical-coordinate representation of color #5B9162: hue angle of 127.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9162 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB9114598-
CMYK0.3700.320.43
HSL127.78º22.88%46.27%-
HSV(B)127.78º37.24%56.86%-
XYZ16.6423.3615.19-
YUV123.5113.61104.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=27.25%
G=43.41%
B=29.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91145980.3700.320.43127.7822.8846.27
Hex5B9162250202B80172e
Octal13322114245040532002756
Binary101101110010001110001010010101000001010111000000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,98); }

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

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

 a { background-color: rgb(91,145,98); }

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

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

 span { border-color: rgb(91,145,98); }

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