#5F7F5E

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

Shades of Hippie Green #5F7F5E

Tints of Hippie Green #5F7F5E

Color information

#5F7F5E (or 0x5F7F5E) is unknown color: approx Hippie Green. HEX triplet: 5F, 7F and 5E. RGB value is (95,127,94). Sum of RGB (Red+Green+Blue) = 95+127+94=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F5E is #A080A1. Grayscale: #717171. Windows color (decimal): -10518690 or 6192991. OLE color: 6192991.

HSL color Cylindrical-coordinate representation of color #5F7F5E: hue angle of 118.18º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7F5E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB9512794-
CMYK0.2500.260.50
HSL118.18º14.93%43.33%-
HSV(B)118.18º25.98%49.8%-
XYZ14.3318.4213.39-
YUV113.67116.9114.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=30.06%
G=40.19%
B=29.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95127940.2500.260.50118.1814.9343.33
Hex5F7F5E1901A3276f2b
Octal13717713631032621661753
Binary1011111111111110111101100101101011001011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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