#5F8461

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

Shades of Hippie Green #5F8461

Tints of Hippie Green #5F8461

Color information

#5F8461 (or 0x5F8461) is unknown color: approx Hippie Green. HEX triplet: 5F, 84 and 61. RGB value is (95,132,97). Sum of RGB (Red+Green+Blue) = 95+132+97=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8461 is #A07B9E. Grayscale: #757575. Windows color (decimal): -10517407 or 6390879. OLE color: 6390879.

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

Color convert

RGB9513297-
CMYK0.2800.270.48
HSL123.24º16.3%44.51%-
HSV(B)123.24º28.03%51.76%-
XYZ15.1319.814.33-
YUV116.95116.74112.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=29.32%
G=40.74%
B=29.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95132970.2800.270.48123.2416.344.51
Hex5F84611C01B307b102d
Octal13720414134033601732055
Binary101111110000100110000111100011011110000111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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