#5F845E

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

Shades of Hippie Green #5F845E

Tints of Hippie Green #5F845E

Color information

#5F845E (or 0x5F845E) is unknown color: approx Hippie Green. HEX triplet: 5F, 84 and 5E. RGB value is (95,132,94). Sum of RGB (Red+Green+Blue) = 95+132+94=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #5F845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F845E is #A07BA1. Grayscale: #747474. Windows color (decimal): -10517410 or 6194271. OLE color: 6194271.

HSL color Cylindrical-coordinate representation of color #5F845E: hue angle of 118.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F845E is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB9513294-
CMYK0.2800.290.48
HSL118.42º16.81%44.31%-
HSV(B)118.42º28.79%51.76%-
XYZ14.9919.7413.61-
YUV116.6115.24112.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=29.60%
G=41.12%
B=29.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95132940.2800.290.48118.4216.8144.31
Hex5F845E1C01D3076112c
Octal13720413634035601662154
Binary101111110000100101111011100011101110000111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,132,94); }

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

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

 a { background-color: rgb(95,132,94); }

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

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

 span { border-color: rgb(95,132,94); }

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