#5F8261

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

Shades of Hippie Green #5F8261

Tints of Hippie Green #5F8261

Color information

#5F8261 (or 0x5F8261) is unknown color: approx Hippie Green. HEX triplet: 5F, 82 and 61. RGB value is (95,130,97). Sum of RGB (Red+Green+Blue) = 95+130+97=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8261 is #A07D9E. Grayscale: #737373. Windows color (decimal): -10517919 or 6390367. OLE color: 6390367.

HSL color Cylindrical-coordinate representation of color #5F8261: hue angle of 123.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F8261 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB9513097-
CMYK0.2700.250.49
HSL123.43º15.56%44.12%-
HSV(B)123.43º26.92%50.98%-
XYZ14.8619.2614.24-
YUV115.77117.4113.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=29.50%
G=40.37%
B=30.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95130970.2700.250.49123.4315.5644.12
Hex5F82611B019317b102c
Octal13720214133031611732054
Binary101111110000010110000111011011001110001111101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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